> CC_xsiToolkit
- description
-
The idea behind this static C++ library is to extend the functionalities of the Softimage|XSI C++ API by derivating the existing classes and adding some new methods to them.
The resulting classes are still fully compatible with the Softimage|XSI C++ API, which means that they can be passed back to any method without any reconversion needed most of the time. - features
-
- - the CString class has been extended to include some comparison operators and a set of methods to mimic the std::string implementation.
- changelog
-
- v2.0 (beta) - October 20, 2009
-
- - rewritten from scratch, not backward compatible. So far only the CString class has been reimplemented.
- - added a testing unit to ensure everything works as expected. It requires the Windows Platform SDK to compile under Windows.
- v1.0 - May 10, 2007
-
- - initial release.