SonyWWS / LevelEditor

The ATF LevelEditor is a powerful tool for constructing and assembling game levels. It provides a WYSIWYG interface and allows you to place objects, edit properties, edit terrain, and build game levels.
Apache License 2.0
1.32k stars 229 forks source link

Compilation error under Win8.1 w/ DXSDK #16

Closed vinjn closed 10 years ago

vinjn commented 10 years ago

The solution is pretty easy Change the Include directories of LvEdRenderingEngine to $(IncludePath);$(DXSDK_DIR)Include; And Library directories to $(LibraryPath);$(DXSDK_DIR)Lib\x64

abeckus commented 10 years ago

Added vs2013 solution and removed dependency on DirectX SDK June 2010. For vs2010, you need to install Windows SDK 8.1 at default location. if you have VS2013 pro, then it should compile without any issue.

Alan