link error

hi,

i have problem while building exe file as shown below.

LINK : fatal error LNK1181: cannot open input file “glut32.lib”

and i have all the lib and dll files in correct places

can any one help me how to solve this

thanking in advance

If you’re in Visual Studio:
check in tools->options->directories that you have the correct path registered.
In the drop down combo box that’s labeled “Show Directories For:” select Library files and include the path to the glut.lib there.

cheers.

Do you have the correct GLUT library for your compiler?
Maybe you have downloaded the wrong one, or it is been corroupted.

Originally posted by MajorMurali:
[b]hi,

i have problem while building exe file as shown below.

LINK : fatal error LNK1181: cannot open input file “glut32.lib”

and i have all the lib and dll files in correct places

can any one help me how to solve this

thanking in advance[/b]