GLE library link problem

Hello:

I am trying to use gleExtrusion in a program. Linking fails because “unresolved external symbol _gleExtrusion”. I am using VC6 and have copied gle.lib to the VC98/lib dir (along with glut32.lib, for example). Any suggestions? Thank you.

Did you include it in your project? Project menu link tab.

Yes, I had tried that. In the end, I just built a started a new project to build the library. This worked fine. I don’t know why the makefile version is different, but at least I can move on.