Looked into getting the source compiled with MSVC 2010 express and it doesn't look like that's possible.

Some version of the MFC headers can be obtained from the platform SDK, but the 32 bit MFC libraries are not included, so even if you get it compiling it won't link.

References:
http://msdn.microsoft.com/en-us/library/ms235516.aspx
http://social.msdn.microsoft.com/Forums/en-US/windowssdk/thread/0df55a14-71a9-45ae-9d10-a37a4d17f908
http://www.microsoft.com/download/en/details.aspx?id=6510
This commit is contained in:
unknown
2011-12-29 15:11:10 -06:00
parent f73e20da39
commit d422788143

View File

@@ -34,7 +34,9 @@ Compiling on win32:
------------------- -------------------
A project file for Microsoft Visual Studio 2010 is provided in neo\doom.sln A project file for Microsoft Visual Studio 2010 is provided in neo\doom.sln
We expect the solution file is compatible with the Express releases
Unfortunately, Microsoft Visual Studio 2010 Express Edition (e.g. the free release)
will not be able to successfully compile the source, because 32 bit MFC is required.
You will need the Microsoft DirectX SDK installed as well. You will need the Microsoft DirectX SDK installed as well.
If it does not reside in "C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)" If it does not reside in "C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)"