nektra / Deviare2

Deviare API Hook
http://www.nektra.com/products/deviare-api-hook-windows/
Other
448 stars 127 forks source link

How do I compile from source with Visual Studio 2015 ? #5

Closed beppe9000 closed 8 years ago

beppe9000 commented 8 years ago

I got a message about updrading the runtime: after the upgrade, when i hit the compile button many errors popup like "cmd.exe failed" and so on.

I tried running the "build.bat" but it says it didn't find visual studio 2012.

Could you update this project for use with visual studio 2015 or at least update the build script or add a 2015-specific one?

Thanks

3y2y commented 8 years ago

Same request. Hope upgrade the build script to vs 2015.

mxmauro commented 8 years ago

Try opening the visual studio project in 2015 and compiling after upgrade process.

beppe9000 commented 8 years ago

Didn't work

scnale commented 8 years ago

The solutions of both Deviare and the samples have been upgraded to VS2015 in ea2b9933660a601d7438c85cedfb1f15ad4f1aff. Using the build script in a development command prompt should work now.

beppe9000 commented 8 years ago

Many thanks! I will check it out for sure!