pandap / slimdx

Automatically exported from code.google.com/p/slimdx
MIT License
0 stars 0 forks source link

Build with Visual Studio 2013 #904

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Would be nice if you could provide binaries built with VS2013 (so we don't need 
to install the old C++ runtime).

Converting the project files automatically works quite well. The only problem 
is the /VERSION linker option now complains that only two digits are allowed.
http://msdn.microsoft.com/en-us/library/h88b7dc8.aspx
http://msdn.microsoft.com/en-us/library/wswa0bc6%28v=vs.71%29.aspx

Original issue reported on code.google.com by petsu...@gmail.com on 19 May 2014 at 2:25

GoogleCodeExporter commented 9 years ago
I checked in a new branch called vs2013. If you download and build that, you 
should be good to go. Note that it removes all the old stuff that relies on the 
DXSDK, so if you're using any of that you'll have to come up with workarounds.

Original comment by Mike.Popoloski on 20 May 2014 at 11:51