| CArray_ptr (new class) |
New Auto_ptr like class for array protection (that uses delete []) |
| CBlockedThread (new class) |
Issue a static code call inside another thread, but wait inside current thread until it’s done. |
| CErrorHandler |
More logging options. |
| CManagedThread |
Extra crash protection. |
| COSManager |
Create event with security attributes. |
| CPeriodicThread |
Added ability to skip one iteration. |
| CReferenceCounting (new class) |
New class to facilitate COM like reference counting. |
| CWaitList |
Fixed possible bug in multiple wait, added « operator. |
| CWin32Thread |
Fixed possible handle leak and possible crash. |