HELP

Can you tell me where i can get include files and examples about opengl for masm?

By ‘masm’ you propably refer to some assembler and if so, you propably won’t find what you’re looking for. I’d be highly surprised…

/Niko

Most of us use the header and lib coming with the compiler. You can probably rip that stuff from a contemporary C compiler or something.

All gl functions use the C calling convention (stdcall). If you can cope with that directly from asm code, more power to you.

Nehe’s Tutorials ( http://nehe.gamedev.net ) come with sample code in a number of languages and toolkits. If I’m right that should include masm. Check the bottom of the tutorial for the downloadable code.