Share via


is Visual Studio contain with MASM 64 ( ml 64.exe ) ? Where is it ?

Question

Saturday, June 2, 2012 9:02 PM

is Visual Studio contain with MASM 64 ( ml 64.exe ) ? Where is it ?

All replies (4)

Monday, June 4, 2012 7:22 AM âś…Answered | 3 votes

Hi rbator1,

Welcome to the MSDN forum.

Yes visual studio contains MASM 64 on it. But first you need to tell us your VS version.

If it is VS2010, please refer to http://msdn.microsoft.com/en-us/library/hb5z4sxd and also http://msdn.microsoft.com/en-us/library/s0ksfwcf

To normally use it, you can open VS2010 from Start>>Microsoft Visual Studio 2010>>Visual Studio tools>>Visual Studio Command Prompt (2010)  then type ML command on this prompt.

If you need to find ML64.exe from your directory, please navigate to your Visual Studio installation directory then refer to VC\bin,

either amd64 file and x86_amd64 file contains the ML64.exe file.

Thanks,

Barry Wang [MSFT]
MSDN Community Support | Feedback to us


Monday, June 4, 2012 11:59 AM

Thank You

I have Visual Studio 2005 Professional .


Wednesday, June 6, 2012 8:51 AM

Hi rabtor1,

So that please change the edition to VS2005 like this http://msdn.microsoft.com/en-us/library/hb5z4sxd(v=vs.80)

Also, change other VS2010 related things to VS2005 you will get the answer.

Thanks,

Barry Wang [MSFT]
MSDN Community Support | Feedback to us


Friday, August 19, 2016 11:09 AM

Thanks Barry Wang;

I did find the directory via "amd64" and for:

Visual Studio Professional 2015 "ml64.exe" resides in the following directory:

"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64"

and for "ml.exe" as you stated, it resides in this directory:

"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin"

This note is simply for additional information and specifics for VS '15 Professional.

Glenn T. Kitchen VB.NET Forums