[Newless Cluebie] GLUT problem
I''m trying to write a GLUT app under win2k using Borland C++ Builder 5. Problem I''m having is that when I run it, I''m being told:
"The procedure entry point _glutCreateWindow@4 was not found in the dynamic link library GLUT32.DLL"
Anybody help me wi'' this?
--
Voodoo
--Voodoo
April 17, 2001 07:48 AM
Either can the program not found glut32.dll or so is it something wrong with the file. The usual is to place glut32.dll in c:\windows\system
April 17, 2001 08:11 AM
You should check if you''ve got the latest version of GLUT.DLL * GLUT.h + make sure u''ve got the right lib-file...
I dont'' know if it has anything to do with the error message, but I think this info would be usefull anyway..
The Glut.lib that you will get with any normal compiled distribution will be intended for use with MS VC, so U should build your own version using borlands command line tool implib !
I dont'' know if it has anything to do with the error message, but I think this info would be usefull anyway..
The Glut.lib that you will get with any normal compiled distribution will be intended for use with MS VC, so U should build your own version using borlands command line tool implib !
April 17, 2001 08:12 AM
You should check if you''ve got the latest version of GLUT.DLL * GLUT.h + make sure u''ve got the right lib-file...
I dont'' know if it has anything to do with the error message, but I think this info would be usefull anyway..
The Glut.lib that you will get with any normal compiled distribution will be intended for use with MS VC, so U should build your own version using borlands command line tool implib !
I dont'' know if it has anything to do with the error message, but I think this info would be usefull anyway..
The Glut.lib that you will get with any normal compiled distribution will be intended for use with MS VC, so U should build your own version using borlands command line tool implib !
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement