Displaying 1 result from an estimated 1 matches for "msvcr71d".
Did you mean:
msvcr71
2005 Jun 06
1
linker error in debug
Hi!
I'm trying to make a debug build of my application
which uses the oggvorbis sdk. The libraries that it
uses are:
ogg_static_d.lib
vorbis_static_d.lib
vorbisfile_static_d.lib
When I try to build it, I get these linker errors:
GameClient error LNK2005: _exit already defined in
MSVCRTD.lib(MSVCR71D.dll)
GameClient error LNK2005: __exit already defined in
MSVCRTD.lib(MSVCR71D.dll)
GameClient error LNK2005: __cexit already defined in
MSVCRTD.lib(MSVCR71D.dll)
GameClient error LNK2005: __c_exit already defined in
MSVCRTD.lib(MSVCR71D.dll)
GameClient error LNK2005: _malloc already defined in
MSVC...