[Win32-framework-news] Win32++ Version 6.02 Available for Download
Brought to you by:
david_nash
From: David N. <dn...@bi...> - 2008-05-09 04:08:24
|
Version 6.02 of Win32++ is now available for download. New Features ------------ * Added support for x64 applications. Win32++ can now be used to build 64 bit applications. The manifest file has been modified to support both 32bit and 64bit applications. The new manifest should be used for any 64 bit applications that use common controls. Users are encouraged to use the modern Win64 API functions like: GetWindowLongPtr, SetWindowLongPtr, GetClassLongPtr and SetClassLongPtr. Win32++ will convert these back to their Win32 API counterparts if required. For a complete list of changes refer to the release notes published with the file downloads. Regards David Nash |