Hello,
When I try to convert QT application which use FlickCharm to Visual Studio so that I can build it for Windows Mobile.

For each dynamic_cast statement within FlickCharm there is an error:
Ex: "QMouseEvent *mouseEvent = dynamic_cast<QMouseEvent*>(event);"

I have error C2039: 'dynamic_cast_will_always_fail_because_rtti_is_dis abled' : is not a member of '`global namespace''

Do you have any idea how to solve this error?
It seems that dynamic_cast is not supported by QT. Is it correct ?

Thanks

Hai