Win32++ 6.0 released
Win32++ is the framework Startup Manager uses for its GUI. It is an opensource project, hosted on sourceforge and licensed under the MIT license.
The following major changes were announced:
- Added Networking support. Win32++ now includes a CSocket class which encapsulates much of the Winsock API.
- Added a CDC class. This class simplifies the drawing to device contexts. This class can be used anywhere we would normally use a HDC.
- …
You might be interested in doing one of the following actions: