CxxFrameHandler Link Error

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
house
Posts: 5
Joined: Wed May 17, 2006 1:04 am

CxxFrameHandler Link Error

Post by house »

Hi,
I'm trying to build lite framework from IrrWizard using a static library compile of Irrlicht.

Code: Select all

------ Build started: Project: myProject, Configuration: Release Win32 ------
Compiling...
GameStateLevel01.cpp
GameState.cpp
GamePlayState.cpp
.\GamePlayState.cpp(83) : warning C4996: '_snwprintf' was declared deprecated
        C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(450) : see declaration of '_snwprintf'
        Message: 'This function or variable may be unsafe. Consider using _snwprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
GameManager.cpp
GameIntroState.cpp
GameCreditsState.cpp
Game.cpp
Generating Code...
Compiling...
main.cpp
Compiling resources...
Linking...
GameManager.obj : error LNK2019: unresolved external symbol ___CxxFrameHandler3 referenced in function __ehhandler$??0CGameManager@@QAE@XZ
.\Release/myProject.exe : fatal error LNK1120: 1 unresolved externals
Build log was saved at "file://c:\myProject\Release\BuildLog.htm"
myProject - 2 error(s), 1 warning(s)
What can I do about this CxxFrameHandler3 ?
area51
Posts: 338
Joined: Thu Mar 18, 2004 10:20 pm
Location: UK
Contact:

Post by area51 »

It looks as if either the project name or the Irrlicht path had whitespaces in when you've created the project using IrrWizard.
________
HOW TO ROLL A BLUNT
Post Reply