< Previous by Date | Date Index | Next by Date > |
Thread Index | Next in Thread > |
---------- Forwarded message ----------
From: "Scott Godin" < slgodin@xxxxxxxxxxxx>
To: "???" <jiajunying@xxxxxxxxxx>, "resiprocate-devel" <resiprocate-devel@xxxxxxxxxxxxxxxxxxx >
Date: Sat, 8 Oct 2005 14:15:14 -0400
Subject: RE: [reSIProcate] error LNK2005
If you've made sure all of the C-runtime library settings are the same in all or your projects - try a "re-build all". VS.NET doesn't seem to be able to correctly detect what needs to be re-built if you change c-runtime library settings.
From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx on behalf of 贾军营
Sent: Sat 10/8/2005 7:49 AM
To: resiprocate-devel
Subject: [reSIProcate] error LNK2005resiprocate-devel,您好!
hello everyone,i want develop a windows application(SIP Client)that resiprocate is the sip stack with vc7, when i build the there are some errors:
nafxcwd.lib(afxmem.obj) : error LNK2005: "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) already defined in dum.lib(ServerInviteSession.obj)
nafxcwd.lib(afxmem.obj) : error LNK2005: "void __cdecl operator delete(void *,int,char const *,int)" (??3@YAXPAXHPBDH@Z) already defined in dum.lib(DialogUsageManager.obj)