Displaying 2 results from an estimated 2 matches for "__xcptfilter".
Did you mean:
_xcptfilter
2005 Jun 06
1
linker error in debug
...defined in
MSVCRTD.lib(cinitexe.obj)
GameClient error LNK2005: ___xi_z already defined in
MSVCRTD.lib(cinitexe.obj)
GameClient error LNK2005: ___xi_a already defined in
MSVCRTD.lib(cinitexe.obj)
GameClient error LNK2005: __errno already defined in
MSVCRTD.lib(MSVCR71D.dll)
GameClient error LNK2005: __XcptFilter already defined
in MSVCRTD.lib(MSVCR71D.dll)
I ran dumpbin on vorbis_static_d and found out that it
contains the following:
_exit
_malloc
_calloc
_realloc
_free
Is it because of these that the linker detects an
'already defined' error?
I can't find ___xc_z, ___XcptFilter and friend...
2003 Jun 16
2
using win32 static libs
...ned 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)
OggVorbisTest error LNK2005: ___xc_a already defined in msvcrt.lib(cinitexe.obj)
OggVorbisTest error LNK2005: ___xi_z already defined in msvcrt.lib(cinitexe.obj)
OggVorbisTest...