[sword-devel] RTTI removed
Troy A. Griffitts
sword-devel@crosswire.org
Tue, 06 Feb 2001 23:02:22 -0700
Due to absence of RTTI support in wince, I've removed dynamic_cast calls
in the API and replaced them with a homemade version that suites our
needs.
It's impl is very Java-like (Paul!) and it's call is wrapped with a C++
equivalent SWDYNAMIC_CAST(type, object) macro.
Seems to work for me on linux. Should be no trouble in BC++. Anyone
trying embedded VC++ please see if this helps your link problems.
-Troy.