Fatal: Unable to open file 'glut32.lib'... Why am I getting this error?

Fatal: Unable to open file ‘glut32.lib’

Can someone please tell me y i’m getting this error and how to fix it? i am using the borland 5.5 compiler. Thanx,

Y-T

Properly you miss this file. You can create .lib from .dll using implib.exe (in your bc/bin directory). Then add it to your project.

Use this utility to create it.

[This message has been edited by Fluke (edited 06-20-2000).]

I did this, but got the following error

Error: Unable to open file
Invalid Page Fault…

Would please help me.?

Originally posted by Fluke:
[b]Properly you miss this file. You can create .lib from .dll using implib.exe (in your bc/bin directory). Then add it to your project.

Use this utility to create it.

[This message has been edited by Fluke (edited 06-20-2000).][/b]