|
Project Information
-
Project feeds
- Code license
-
New BSD License
-
Labels
STANDARD_SDK,
Embedded,
ccrtrtti,
Cplusplus,
WCE420,
ARMV4,
exceptionhandling,
stackunwind,
WINCE,
WCE4.20,
MIPSII,
SH3,
SH4,
MIPSIV,
ARMV4I
Featured
Links
|
ccrtrtti.lib
Designed for
Set of minimal functionality in missing ccrtrtti.lib for Windows CE 4.20 (NOT PocketPC 2003) and Embedded Visual C++ 4 Sp4 and Standard SDK 420 (ARMV4,ARMV4I,MIPSII,MIPSIV,SH3,SH4) necessery for exception handling and stack unwind with /GX switch Releases & Plans:| Functionality | Type | Status | Release | Date | | generic funcionality type_info,ehvec_ctor, ehvec_dtor | EH | released | 1.0 | 20.04.2009 | | proper handling of exceptions in `eh vector structor iterator' | EH | released | 1.1 | 21.04.2009 | | eh vector vbase constructor iterator | EH | released | 1.2 | 21.04.2009 | | exception internals (not required) | EH | not released | 1.3 | 22.04.2009 | | corrected bug in eh_vec | EH | released | 1.4 | 26.04.2009 | | other missing features like dynamic_cast<>(RTDynamicCast) | RTTI | alpha, testing | 2.0 | 05.2009 | | user side automatic testing framework | | planed | 2.1 | 2009 |
Version 2.0| Function | Real unimplemented name | cl switch | | dynamic_cast<> | RTDynamicCast, RTCastToVoid, RTtypeid | /GR |
Version 1.4| exception internals | /GX | | bug in vec_ctor | /GX |
Version 1.2| Function | Real unimplemented name | cl switch | | const type_info::`vftable' | type_info::~type_info() | /GX | | void cdecl `eh vector vbase constructor iterator'(void ,unsigned int,int,void (cdecl)(void ),void (cdecl)(void )) | ehvec_ctor_vb | /GX | | void cdecl `eh vector destructor iterator'(void ,unsigned int,int,void (cdecl)(void )) | ehvec_dtor | /GX | | void cdecl `eh vector constructor iterator'(void ,unsigned int,int,void (cdecl)(void ),void (cdecl)(void )) | ehvec_ctor | /GX |
|