Page 1 of 1

LINK problems in PPC

PostPosted: Sep 23, 2005 @ 6:38am
by latz
Hi!

I've started porting my game from PC to PPC,
and I have got strange linking errors around
std::exception-s which I don't use direcly (EVC4.0):
inking...
CSCSkin.obj : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
SCGADGETS.OBJ : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
sprite.obj : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(class std::exception const &)" (??0exception@std@@QAE@ABV01@@Z)
...

Have you ever met this? Is there a solution for that?
Thanks

Lac

problem solved

PostPosted: Sep 23, 2005 @ 7:21am
by Guest
The problem is solved:
http://support.microsoft.com/default.aspx?scid=kb;[LN];830482
Lac