Register
Site Login
Site Search
Forums
Advertisement
Welcome to PocketMatrix. PocketMatrix is dedicated to providing the best online community for mobile device developers and enthusiests. What's new?

std::exception


std::exception

Postby lapkos » Jan 28, 2007 @ 1:54pm

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!!
User avatar
lapkos
pm Member
 
Posts: 12
Joined: Jan 17, 2007 @ 12:25pm


Postby michael.w » Feb 1, 2007 @ 11:51pm

eVC doesn't have STL. Try STLport. Almost forgot why I needed that.
michael.w
pm Member
 
Posts: 8
Joined: Nov 7, 2005 @ 8:03pm


Return to Windows Mobile


Sort


Forum Description

A discussion forum for mobile device developers on the Windows Mobile platform. Any platform specific topics are welcome.

Moderators:

Dan East, sponge, Digby, David Horn, Kevin Gelso, RICoder

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron