I am using eVC++ 4.0 with the standardsdk. I am able to compile and
run code that uses dynamic_cast<> and typeid on the standardsdk
compiler just fine. When I move that code to a pocket pc 2003 device
it runs perfectly fine until it reaches the dynamic_cast or typeid
calls then throws an exception. I need a definitive answer as to
whether these are available on a ppc2003 machine or whether my code
just needs to be linked differently. I am new to this area so I just
need to know what is possible and impossible so I can get on with my
work. Thanks.