News

Would Windows still be Windows if Microsoft yanked out the Win32 programming interface and User GDI graphics-device-interface layers and replaced them with .Net managed code?
Build 2020 saw Microsoft unveil “Project Reunion,” a set of technologies that aims to finally bring Windows’ divergent application development models together. It builds on the approach ...
Microsoft’s Project Reunion will give developers of traditional Win32 apps access to new APIs including the Fluent UI common to modern Windows apps. (Microsoft Image) Microsoft is bringing ...
Microsoft is closing the gap between Win32 and UWP app development with Project Reunion, an effort to componentize the Windows API and UWP API so developers can modernize and build ...
Two key areas for improving Perl programming are achieving better support for Win32 and efficiently producing an executable version of your program. This article rounds up a couple of tips to ...
The project aims to make it easier for developers to build Windows applications by providing a unified platform for new and existing Win32 and Universal Windows Platform (UWP) apps.
Still, these apps, discovered by @h0x0d (Walking Cat) are some of the first available for download from the Windows Store that seem to have been converted using Microsoft’s Project Centennial tools.
Microsoft has been working to bring win32 desktop apps and its Universal Windows Platform (UWP) apps closer together in recent years. That work has an official name now: Project Reunion. It’s ...
Is there anything special I should know about programming for linux? Will my basic console win32 apps run since they aren't making any windows specific calls?