GlUT32.dll doesn't work

When I run the program I get the following error,
‘The procedure point _glutCreateWindow@4 couldn’t be located in the dynamic link GLUT32.dll.’

Can anyone help me fix this problem?

I use a borland 5.5 compiler.

You need to use the implib.exe and take the
glut.dll and glut32.dll and make them into a lib file.Make sure you place them into a the
borland’s lib directory.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.