GLUI

I’m having trouble using GLUI. I can get my program to compile, but I keep getting linking errors. You know, “unresolved external symbol”. I get one of those for each line of glui code. I’ve put the glui32.lib in my VC98/lib folder and I #include “glui.h”, but I’m having no luck. Any ideas?

I don t know if I can help u but try to contact me at #ICQ 41336219

(a guess) You have to use the link the library

upder project->settings
go to the link tab and add glui.lib to the object library modules line

Thank you very much frogger, that did it. Your help is much appreciated.