Displaying 2 results from an estimated 2 matches for "__cexit".
Did you mean:
__c_exit
2005 Jun 06
1
linker error in debug
...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
MSVCRTD.lib(MSVCR71D.dll)
GameClient error LNK2005: _calloc already defined in
MSVCRTD.lib(MSVCR71D.dll)
GameClient error...
2003 Jun 16
2
using win32 static libs
...already defined in a previous module
OggVorbisTest error LNK2005: __fltused already defined in a previous module
OggVorbisTest error LNK2005: _exit already defined in msvcrt.lib(MSVCR71.dll)
OggVorbisTest error LNK2005: __exit already defined in msvcrt.lib(MSVCR71.dll)
OggVorbisTest error LNK2005: __cexit already defined in msvcrt.lib(MSVCR71.dll)
OggVorbisTest error LNK2005: __c_exit already defined in msvcrt.lib(MSVCR71.dll)
OggVorbisTest error LNK2005: __XcptFilter already defined in msvcrt.lib(MSVCR71.dll)
OggVorbisTest error LNK2005: ___xc_z already defined in msvcrt.lib(cinitexe.obj)
OggVorbis...