Visual Studion 2010 を使用して x64 アセンブリを学習しようとしています。
私はこのビデオチュートリアルに従っていました: x64 Assembly and C++ Tutorial 1: Getting into x64 ASM from C++
おっしゃる通り、Visual Studio 2010、windows 7 SDK 3.5(ISOインストール)をインストールし、設定を編集しました。
しかし、コードをコンパイルすると、次のエラーが発生します。
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\BuildCustomizations\masm.targets(49,5): error MSB3721: The command "ml64.exe /c /nologo /Zi /Fo"x64\Debug\asm.obj" /W3 /errorReport:prompt /Taasm.asm" exited with code 1.
この問題は何ですか?どうすれば解決できますか?