Hello...
My C++ synchronization objects library was updated again..
After i have included the 32 bit and 64 bit C++Builder makefiles
and after i have made my library follow the ISO C++ standard.
Now i have changed my SemaMonitor C++ implementation, because
since C++ allow the conversion from signed to unsigned , i
have made the paramaters of wait() and signal() methods and
also the constructors parameters to not accept negative values.
So now i have made my C++ synchronization objects library a
great library, and i think you can be confident because it is more
stable now.
You can download my new updated C++ synchronization objects library from:
https://sites.google.com/site/aminer68/c-synchronization-objects-library
Thank you,
Amine Moulay Ramdane.