MASM:A1000错误,无法打开文件(程序集)

时间:2018-05-18 18:55:33

标签: c++ visual-studio assembly masm

我有一个Visual Studio 2017项目,我正在尝试连接C ++和汇编程序。所以我有一个标题(" indexof.h"),其中包含extern "C"块中的汇编过程的原型,以及一个main.cpp,其中包含indexof.h并使用在其中提供的过程,然后是包含我的汇编代码的IndexOf.asm文件(在.code部分之前也有其程序的原型)。不幸的是,当我尝试运行它时,我收到了这个错误:

1>Assembling IndexOf.asm...
1>MASM : fatal error A1000: cannot open file : IndexOf.asm
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\BuildCustomizations\masm.targets(50,5): error MSB3721: The command "ml.exe /c /nologo /Zf /Zi /Fo"Debug\IndexOf.obj" /W3 /errorReport:prompt  /TaIndexOf.asm" exited with code 1.
1>Done building project "IndexOf_asm.vcxproj" -- FAILED.

我迫切需要帮助(明天就要到了),这是我班级提供的项目设置,我只是试图运行它,我甚至还没有达到实际目的我需要做的事情。谢谢!

0 个答案:

没有答案