error LNK2001: unresolved external symbol __CxxFrameHandler3

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi

I have a project in Visual Studio 2008. When I compile the project I
get the linker errors below. Does anyone know what is triggering this
linker error and how to solve it? Please reply to this thread soon
because I am working on a time critical project.

-- snip --
1>Linking...
1>libcpmtd.lib(string.obj) : error LNK2001: unresolved external symbol
__CxxFrameHandler3
1>uafxcwd.lib(oletyplb.obj) : error LNK2001: unresolved external
symbol __CxxFrameHandler3
1>uafxcwd.lib(occlock.obj) : error LNK2001: unresolved external symbol
__CxxFrameHandler3
1>uafxcwd.lib(dlgfr.obj) : error LNK2001: unresolved external symbol
__CxxFrameHandler3
1>uafxcwd.lib(docsingl.obj) : error LNK2001: unresolved external
symbol __CxxFrameHandler3
1>uafxcwd.lib(arcstrm.obj) : error LNK2001: unresolved external symbol
__CxxFrameHandler3
1>uafxcwd.lib(olereg.obj) : error LNK2019: unresolved external symbol
__CxxFrameHandler3 referenced in function "int __cdecl
AfxOleInprocRegisterHelper(struct HKEY__ *,struct HKEY__ *,int)" (?
AfxOleInprocRegisterHelper@@YAHPAUHKEY__@@0H@Z)
1>uafxcwd.lib(viewedit.obj) : error LNK2001: unresolved external
symbol __CxxFrameHandler3
1>uafxcwd.lib(docdl.obj) : error LNK2001: unresolved external symbol
__CxxFrameHandler3
1>uafxcwd.lib(oledisp1.obj) : error LNK2001: unresolved external
symbol __CxxFrameHandler3
1>uafxcwd.lib(wcefont.obj) : error LNK2001: unresolved external symbol
__CxxFrameHandler3
1>uafxcwd.lib(oleenum.obj) : error LNK2001: unresolved external symbol
__CxxFrameHandler3
1>uafxcwd.lib(filest.obj) : error LNK2001: unresolved external symbol
__CxxFrameHandler3
1>uafxcwd.lib(oledisp2.obj) : error LNK2001: unresolved external
symbol __CxxFrameHandler3
1>uafxcwd.lib(filecore.obj) : error LNK2001: unresolved external
symbol __CxxFrameHandler3
-- snip --

The linker options given within the IDE environment is outlined below.

-- snip --
/OUT:"Windows Mobile 6 Professional SDK (ARMV4I)\Debug
\UPnPFindMFC.exe" /INCREMENTAL /NOLOGO /LIBPATH:"..\Server\av_upnp_ctrl
\Lib" /MANIFEST:NO /NODEFAULTLIB:"oldnames.lib" /DEBUG /PDB:"c:\Mobile
\Pervasive2008\UPnPFindMFC\Windows Mobile 6 Professional SDK (ARMV4I)
\Debug\UPnPFindMFC.pdb" /STACK:65536,4096 /ENTRY:"WinMainCRTStartup" /
DYNAMICBASE:NO /ERRORREPORT:PROMPT Uuid.lib av_upnp.lib ole32.lib
oleaut32.lib uuid.lib
-- snip --

I hope for a very soon reply on this.

Thanks in advance,
Jess
.



Relevant Pages

  • Error occur: VS8 + SP2k3 sdk + std::wstring
    ... project is running in unicode ... int,unsigned int)" ... error LNK2001: unresolved external symbol __CxxFrameHandler3 ... unresolved external symbol memcpy_s referenced in function ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: iostream + iostream.h
    ... it was less work to rewrite the code than I thought but ... When I ignore msvcprtd.lib I get approx 400 linker errors like the ... NumRecCpp.lib: error LNK2019: unresolved external symbol ... The 'ios::nocreate' flag can just be ignored? ...
    (comp.lang.cpp)
  • Adding C functions to COM object
    ... MSRCom error LNK2019: unresolved external symbol _NdrCStdStubBuffer2_Release@8 referenced in function _CStdStubBuffer2_Release@4 ... if Ive commited any errors plz specify that and how to solve this linker errors.. ...
    (microsoft.public.win32.programmer.ole)
  • Re: LNK2001 in Verbindung mit DirectShow
    ... Abhängigkeiten des Samples + Google bemüht diemal hatte ich ja nen konkreten ... I get the following linker errors when compiling a directshow filter? ... LNK2001: unresolved external symbol _IID_ISampleGrabber ...
    (microsoft.public.de.vc)
  • Link errors while building VC6 project using VC++ Toolkit 2003
    ... Now I get some strange linker errors, and I don't know much about linker errors :-( ... PropPageAbout.obj: error LNK2001: unresolved external symbol __RTC_CheckEsp ... Error executing link.exe. ... Release/WinCPUID.exe: fatal error LNK1120: 3 unresolved externals ...
    (microsoft.public.dotnet.languages.vc)