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...
Printable View
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...
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.