[OpenSIPStack] Linking errors
Brought to you by:
joegenbaclor
From: OpenSIPStack F. <ope...@op...> - 2008-11-05 14:58:41
|
Hi there, I am using the OpenSipStack library in my VCProject. I complied the library in release configuration. But as I start compilation of my project in release configuration it gives me following linking errors: 1>libcmtd.lib(crt0dat.obj) : error LNK2005: _exit already defined in MSVCRT.lib(MSVCR80.dll) 1>libcmtd.lib(crt0dat.obj) : error LNK2005: __exit already defined in MSVCRT.lib(MSVCR80.dll) 1>libcmtd.lib(crt0dat.obj) : error LNK2005: __amsg_exit already defined in MSVCRT.lib(MSVCR80.dll) 1>libcmtd.lib(crt0dat.obj) : error LNK2005: __initterm_e already defined in MSVCRT.lib(MSVCR80.dll) 1>libcmtd.lib(winxfltr.obj) : error LNK2005: ___CppXcptFilter already defined in MSVCRT.lib(MSVCR80.dll) 1>libcmtd.lib(dbgheap.obj) : error LNK2005: _malloc already defined in MSVCRT.lib(MSVCR80.dll) 1>libcmtd.lib(dbgheap.obj) : error LNK2005: _calloc already defined in MSVCRT.lib(MSVCR80.dll) 1>libcmtd.lib(dbgheap.obj) : error LNK2005: _realloc already defined in MSVCRT.lib(MSVCR80.dll) 1>libcmtd.lib(dbgheap.obj) : error LNK2005: _free already defined in MSVCRT.lib(MSVCR80.dll) Through this is working fine if I do compliation in debug configuration of both library and project. Can anybody have some clues on this? Thanks in advance. Regards, Jaydeep |