|
-
May 23rd, 2007, 05:53 AM
#1
Unresolved External symbol _cxxFrameHandler3
Hi,
I am doing a Flashlite project for WinCE 5.0(device sdk).In that iam getting the LNK2001 error as Unresolved External symbol _cxxFrameHandler3,
I know this due to unhandled exception,but dont know how to resolve.
please help me out...
-
May 23rd, 2007, 09:11 AM
#2
Re: Unresolved External symbol _cxxFrameHandler3
Did you checked if you link against the *.lib you need for your project?
Make sure your include- and library paths are set correctly and then
add the lib to your linker settings.
Alternatively you could use Visual C pragmas to tell the preprocessor
which additional library to link against after compilation.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|