I built my project with ARMV4 configuration by eVC4 and got:
...
warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify -GX
c:\program files\windows ce tools\wce400\standardsdk\include\armv4\xstring(720) : while compiling class-template member function 'void __cdecl std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::_Copy(unsigned
...
Linking...
gameObjects.obj : error LNK2001: unresolved external symbol "public: __cdecl std::exception::exception(class std::exception const &)" (??0exception@std@@QAA@ABV01@@Z)
...
i use the std::vector.
VC6 built this project without errors.
Why eVC4 gives me errors?
I added -GX to the project options - warnings disappear, but i got linkers errors again
Help please!!
