|
From: Fay J. F Dr C. U. 46 S. <joh...@eg...> - 2007-07-20 18:13:55
|
Daniel,
=20
Are you running under MSVC 6.0?
=20
If you are, you will need to load the "freeglut.dsw" =
workspace into MSVC and build one of the projects there; this will =
create the "freeglut.lib" file that is missing. There is a file =
"README.win32" that has more information.
=20
Part of your second problem may be your use of a "cpp" file =
instead of a "c" file. The "freeglut" libraries are written in C and =
the function names stay as they are. A file with a "cpp" extension is a =
C++ file and the C++ compiler "decorates" the function names with =
information about the argument list. It looks like your "main.obj" has =
decorated function names while the functions themselves are probably not =
decorated.
=20
John F. Fay=20
Technical Fellow=20
Jacobs Technology TEAS Group=20
850-883-1294=20
________________________________
From: fre...@li... =
[mailto:fre...@li...] On Behalf Of =
ERICK DANIEL ENRIQUEZ MONTA=D1EZ
Sent: Friday, July 20, 2007 3:48 AM
To: fre...@li...
Subject: [Freeglut-developer] Hi, intel compiler ...
=20
Hi, i already registered me as Daniel, and i have a little problem:
=20
i was tryed to compile my code in the Intel Compiler, i already =
unpacked the files, the include and everything of your file, but the =
compilers says:
=20
main.cpp(284): error: identifier "glutMouseWheelFunc" is undefined
=20
=20
Then i include the freeglut.h and the freeglut_ext.h and this error its =
fix, but the next
problem its:
=20
LINK : fatal error LNK1104: cannot open file "freeglut.lib"
=20
Then i go to search this file but isnt in any place =3DS, i cannot find =
the freeglut.lib in your
file (freeglut-2.4.0.tar.gz), what i should do?, in devcpp i dont have =
this trouble, but
i need to use the intel compiler coz i use Open mp.
=20
In other place i find freeglut.lib, but it seems to be other version coz =
i get this errors:
=20
main.obj : error LNK2001: unresolved external symbol =
__imp__iluImageParameter@8
main.obj : error LNK2001: unresolved external symbol =
__imp__ilutRenderer@4
main.obj : error LNK2001: unresolved external symbol __imp__ilutEnable@4
main.obj : error LNK2001: unresolved external symbol __imp__iluInit@0
main.obj : error LNK2001: unresolved external symbol __imp__ilInit@0
main.obj : error LNK2001: unresolved external symbol =
__imp__ilutGLBuildMipmaps@0
main.obj : error LNK2001: unresolved external symbol =
__imp__ilLoadImage@4
main.obj : error LNK2001: unresolved external symbol =
__imp__ilGenImages@8
=20
it seems to be other .lib that dont recognize this symbols, i hope you =
can help me please,
sorry for my bad bad very bad grammar xD.
=20
Thanks !
________________________________
Hay cosas que no te puedes perder, LIVE EARTH es una de ellas. =
Sinton=EDzalo por Prodigy/MSN El 7 de Julio el mundo va a cantar: =
Sinton=EDzate con LIVE EARTH s=F3lo por Prodigy/MSN =
<http://es.mx.liveearth.msn.com%20>=20
|