Thursday, January 24, 2008

GLUI and Visual Studio .Net 2003





When compiling a C++ program depending on glui32.lib, I got error like this:

error LNK2005: _free already defined in LIBCD.lib(dbgheap.obj)

The problem can be solved by exclude LIBCD dependency in the project settings.

No comments: