本文介绍了如何在 Visual Studio 2013 中启用汇编语言支持的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我一直在四处寻找,每个人都提供了一个简单的答案
I have been searching around and everyone provides just a simple answer
右键单击项目,自定义构建规则,勾选Microsoft Macro Assembler".
但遗憾的是,在 2013 年就不一样了.这是屏幕截图
But sadly, In 2013 its not the same. Here is the screenshot
我不知道如何启用汇编语言;通过启用 Microsoft 宏汇编程序.有什么指导吗?
I don't know how to enable Assembly Language; by enabling Microsoft Macro Assembler. Any guidance?
我已经尝试了所有这些设置,但在任何选项选项卡中都没有 MASM 之类的东西.
I have tried all of these settings and there is no such thing as the MASM in any option tab.
推荐答案
右键单击项目,而不是解决方案.然后构建依赖项 + 构建自定义.你会看到对话框,勾选masm".
Right-click the project, not the solution. Then Build Dependencies + Build Customizations. You get the dialog, tick "masm".
这篇关于如何在 Visual Studio 2013 中启用汇编语言支持的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!