Compile VS 2008 express
From Miranda IM - Wiki
How to compile Miranda32 using Visual C++ 2008 Express Edition
- Download the source
- Convert miranda\src\miranda32.vcproj using the conversion tool
- Edit miranda\src\version.rc (with notepad) and comment out the line that has #include <winres.h>
- Edit the configuration properties for all releases like this: Manifest Tool->Input and Output->Embed Manifest=no
- Click build. Should be OK.
