Ultimatepp on Windows
From Upp
[edit]
Using the free MSVS Express 2005 compiler
Do you want a fast reliable and feature-rich compiler? Well... surprisingly Microsoft (although usually they're not well known for their "free software") gets you just that.
- By downloading the Express Edition of Microsofts Visual Studio.Net You get a fully working C++ compiler.
You might wonder, why there are still compiling errors, due to missing headers and such stuff. That's because Microsoft has decided to release the C++ - headers/libraries and the development platform in two different packages.
- You can find the required headers and libraries for UPP in Microsoft Platform SDK.
Ultimately UPP detects a winSDK installation by itself, so just start the Automatic-Setup-Menu and everything should be OK.
