microsoft / Detours

Detours is a software package for monitoring and instrumenting API calls on Windows. It is distributed in source code form.
MIT License
5.18k stars 1.01k forks source link

Project Upgrade Failed. #147

Closed lambits closed 3 years ago

lambits commented 3 years ago

Describe the bug I try to open system.mak, and I get this wersolution

and if I press OK, projectupgradefailed

Expected behavior I tried it in Visual Studio 2017. I tried it in Visual Studio 2019. I even tried it in Code::Blocks. CodeBlocks cannot open the file, and both versions I specified give me the same error.

Additional context Nothing else.

sylveon commented 3 years ago

Just open it as folder in VS and then use the CLI to build with nmake.

lambits commented 3 years ago

Thank you. This solved the issue