CSyncCollection v1.10
Just to let everyone know that v1.10 of CSyncCollection has been released. Updates for this version include:
- Removed the unnecessary "CSyncData" class.
- Two new container classes have now been provided which use STL containers. They are CSyncQueueDataSTL and CSyncStackDataSTL. To make these classes available you need to define the processor value "CSYNCCOLLECTION_USE_STL" before you include SyncCollection.h.
- Replaced MFC CCriticalSection usage with direct Win32 equivalent. Removed all occurences of CSingleLock from source code. Replaced all occurrences of TRACE with ATLTRACE. All these changes allows the code to now operate in non MFC/ATL Windows projects.
Categories: Web Site Updates