News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

OpenGL def files

Started by pavellus, September 01, 2006, 11:41:43 AM

Previous topic - Next topic

pavellus

Where can I find opengl def files such as \masm32\include\ogl\gl.def ?

hitchhikr

What do you want to do with def files ?

Vortex

pavellus,

You can extract module definition files from import libraries by using the lib2def tool.

Ether

I just started with MASM assembler and I desire to make opengl
after downloading the tutorials on NEHE site.
I can not compile the source because I miss her famous files
how do i can get ?

thank you in advance.

samurai.jerry

#4
Quote from: Ether on February 01, 2009, 11:40:55 PM
I just started with MASM assembler and I desire to make opengl
after downloading the tutorials on NEHE site.
I can not compile the source because I miss her famous files
how do i can get ?

thank you in advance.
Ether You should go just to Vortex site at: http://www.vortex.masmcode.com/ and download 6th file from the top of His site called:
MS COFF import library to module definition file converter V2.0 but, whatever... Here You go (thanks to Vortex work!):
http://www.vortex.masmcode.com/files/lib2def21.zip
BUT It is better for You if You download lesson 36 from http://nehe.gamedev.net - of course for MASM (because there is another version for asm). In zipped lesson 36 You should find everything You need.
Btw... In lesson 36 in something wrong.. It will compile and link (without errors!), but not running..
Good luck with programming in Assembler! :)

Greetings from Poland! Jerry