Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
286 views
in Technique[技术] by (71.8m points)

How to enable Assembly Language support in Visual Studio 2013

I have been searching around and everyone provides just a simple answer

Right-click the project, Custom Build Rules, tick "Microsoft Macro Assembler".

But sadly, In 2013 its not the same. Here is the screenshot enter image description here

I don't know how to enable Assembly Language; by enabling Microsoft Macro Assembler. Any guidance?

I have tried all of these settings and there is no such thing as the MASM in any option tab.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Right-click the project, not the solution. Then Build Dependencies + Build Customizations. You get the dialog, tick "masm".


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...