whats wrong?

Started by
13 comments, last by sense 22 years, 9 months ago
thx all
i''ll try
Advertisement
quote:Original post by Obelix
ftp://ftp.microsoft.com/softlib/mslfiles/opengl95.exe but this problem is typical for old outdated Borland compilers. If that is the case do you need to convert the libs with coff2omf but the new headers are ok.
What is wrong with the free and up to date Borland compiler?


"..\opengl32.lib contains invalid OMF record type 0x21"
is it that, what you mean?

where do i get this coff??
I am having the same problem, and yes, I linked to the libraries...
i''ve been doing the NeHe tutorials, i''ve done the first 15 in the last two days, and whenever i came across a problem i just opened up his source at the bottom of each tutorial and compared mine to his to see where i screwed up, or possibly, what he didn''t explain to do properly.

running on Visual C++ 6.0 Windows 98SE myself

hope this can help
Just look in the documentation for the compiler if you have to make new import libraries!
If no such tool that coff2omf is available do you have to use something else like implib and perhaps also impdef. Everything should be described in the documentation.

This topic is closed to new replies.

Advertisement