Skip to content

Commit

Permalink
Looked into getting the source compiled with MSVC 2010 express and it…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
unknown committed Dec 29, 2011
1 parent f73e20d commit d422788
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.txt
Expand Up @@ -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)"
Expand Down

0 comments on commit d422788

Please sign in to comment.