VS2012 RC, linker bugs

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi,
I am compiling a big c++ sdk composed of static libraries with VS2012RC with Metro app support but at the end I have the following linker errors :
1>globalization.obj : warning LNK4075: ignoring /EDITANDCONTINUE due to /OPT:ICF specification<br/>
1> Creating library Win32DebugRMSDKWrapperCPP.lib and object Win32DebugRMSDKWrapperCPP.exp<br/>
1>hobbes.lib(xda_expander.obj) : error LNK2001: unresolved external symbol "void __cdecl operator delete(void *,int,char const *,int)" (??3@YAXPAXHPBDH@Z)<br/>
1>xml.lib(uft_buffer.obj) : error LNK2019: unresolved external symbol "void __cdecl operator delete(void *,int,char const *,int)" (??3@YAXPAXHPBDH@Z) referenced in function __unwindfunclet$?init@SubBufferManager@uft@@SAXPAUBufferRec@2@ABVBuffer@2@III@Z$0<br/>
1>xml.lib(mdom.obj) : error LNK2001: unresolved external symbol "void __cdecl operator delete(void *,int,char const *,int)" (??3@YAXPAXHPBDH@Z)<br/>
1>xml.lib(xpath_context.obj) : error LNK2001: unresolved external symbol "void __cdecl operator delete(void *,int,char const *,int)" (??3@YAXPAXHPBDH@Z)<br/>
1>xml.lib(xpath_step.obj) : error LNK2001: unresolved external symbol "void __cdecl operator delete(void *,int,char const *,int)" (??3@YAXPAXHPBDH@Z)<br/>
1>xml.lib(mdom_util.obj) : error LNK2019: unresolved external symbol "void __cdecl operator delete[](void *,int,char const *,int)" (??_V@YAXPAXHPBDH@Z) referenced in function __unwindfunclet$??0SourceNodeLine@mdom@@QAE@ABVNode@1@0@Z$2<br/>
1>xml.lib(xpath_term.obj) : error LNK2001: unresolved external symbol "void __cdecl operator delete[](void *,int,char const *,int)" (??_V@YAXPAXHPBDH@Z)<br/>
1>Win32DebugRMSDKWrapperCPP.dll : fatal error LNK1120: 2 unresolved externals
I found this but I am already applying what is suggested because all my projects are compiled with VS2012RC.
http://stackoverflow.com/questions/11459029/issue-moving-project-to-visual-studio-2012
Will it be fixed by next release ?



View the full article
 
Back
Top