
Linker error
When compiling using BCB6 I get this error:
Linker Error] ''C:\PROGRAM FILES\BORLAND\CBUILDER6\LIB\GLU32.LIB'' contains invalid OMF record, type 0x21 (possibly COFF)
I had to download glu32.lib from the net... The same project compiles just fine at home, but here (@ school) it doesnt...
HELP ME!

Could be that the lib you downloaded is meant for use with another compiler - such as Microsoft''s. Read your compiler docs regarding ways to convert foreign libraries or head back to the web for a Borland compatible version of glu32.lib
"I thought what I'd do was, I'd pretend I was one of those deaf-mutes." - the Laughing Man
C:\Program Files\Borland\CBuilder6\Bin>coff2omf glu32.lib glu32_borland.lib
COFF to OMF Converter Version 1.0.0.74 Copyright (c) 1999, 2000 Inprise Corporat
ion
ERROR: COFF error: glu32.lib
(coffread.cpp, 1495) : This file is probably an OMF library
C:\Program Files\Borland\CBuilder6\Bin>
What am I doing wrong here??
COFF to OMF Converter Version 1.0.0.74 Copyright (c) 1999, 2000 Inprise Corporat
ion
ERROR: COFF error: glu32.lib
(coffread.cpp, 1495) : This file is probably an OMF library
C:\Program Files\Borland\CBuilder6\Bin>
What am I doing wrong here??
Hmmm, that usually works. Try this version of glu32.lib. It''s the one I have, so I assume it works - don''t know that I''ve actually tried using it though!
Enigma
Enigma
Well turned out the pc i installed CBuilder on wasnt working properly. I got more errors that were utterly BS!
I installed on another pc, and also removed the pragma''s of the libs. Appearantly cbuilder links them automatically? :S it doesnt even have glu32.lib, but glu works... (gluperspective does at least) so i actually learned something in school today
tnx for the fast assistance
I installed on another pc, and also removed the pragma''s of the libs. Appearantly cbuilder links them automatically? :S it doesnt even have glu32.lib, but glu works... (gluperspective does at least) so i actually learned something in school today

This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement