Hello,
I have been examining the D3DLIB and Teapot example, reading the documentation on the functions used to help me understand what is happening.
Using 'TO' within 'SYS' allows integers to be returned as shown in D3DLIB:
Code:SYS"GetProcAddress",X%,"Direct3DCreate8" TO X%
I am trying to understand what this syntax is:
Code:SYS "GetProcAddress", d3dx%, "D3DXCreateTeapot" TO `D3DXCreateTeapot`
What is `D3DXCreateTeapot`? Is this a variable? What are the '`' characters for?