Did any tried try-catch in their PPC 2003 program?

I get LNK2001: unresolved external symbol "const type_info::`vftable'" when
I try to use try-catch in Pocket PC 2003 build. For STANDARD SDK it barks
at -GX, but somehow works

Thanks in advance

Re: exception handling with eVC 4.0 for PocketPC2003 by Alexander

Alexander
Tue Oct 28 01:21:49 CST 2003


There is some problem with RTTI on Pocket PC 2003. Check out this page for
details:
http://www.entrek.com/rttipatch.htm

--
Alexander Shargin
Microsoft MVP in Mobile Devices

mailto:alex@rsdn.ru
http://www.rsdn.ru - Russian Software Developer Network
http://www.pocketpcdn.com - Pocket PC Developer Network


"Alex Kozlov" <ykozlov@algsystems.com> wrote in message
news:OBrNk1QnDHA.2416@TK2MSFTNGP10.phx.gbl...
> Did any tried try-catch in their PPC 2003 program?
>
> I get LNK2001: unresolved external symbol "const type_info::`vftable'"
when
> I try to use try-catch in Pocket PC 2003 build. For STANDARD SDK it barks
> at -GX, but somehow works
>
> Thanks in advance
>
>