From d422788143f3dab35153480e76c437dd5f139484 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 29 Dec 2011 15:11:10 -0600 Subject: [PATCH] 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 --- README.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index f12fbce..a70eda0 100644 --- a/README.txt +++ b/README.txt @@ -34,7 +34,9 @@ Compiling on win32: ------------------- 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. If it does not reside in "C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)"