Search

Adding Macro Assembler files to a C++ project by S. Skov

Closed
as By Design Help for as By Design

3
0
Sign in
to vote
Type: Bug
ID: 538379
Opened: 3/2/2010 6:55:47 PM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
Failed to set the ml.exe / ml64.exe as tool for *.asm files. Issue for both x86 and x64 projects.

Upgraded projects work as they should - even when adding new files.
Details (expand)

Product Language

English

Version

Visual Studio 2010 Release Candidate

Operating System

Windows 7

Operating System Language

English

Steps to Reproduce

Standard Win32 C++ project.

Add an assembly language file (*.asm).

Actual Results

The Item Type will register as 'Does not participate in build' and the 'Microsoft Macro Assembler' option is not to found anywhere.

Expected Results

That the file will be compiled with 'Microsoft Macro Assembler'
      You can indicate your satisfaction with how Microsoft handled this issue by completing this quick 3 question survey. [Details]

 

File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 4/4/2010 at 7:10 PM
Hi,

Thanks for reporting this issue. The issue you are experiencing is by design. The reason you are experiencing this is because by default the custom build rule for MASM is turned off. To enable this tools right click on the project and choose "Build Customizations". In Build customizations window check the "masm". After enabling this custom build rule when you add ".asm" file it will automatically be associated with "Macro Assembler" tool.

Thanks,
Amit Mohindra
Visual C++ Team
Posted by Microsoft on 3/3/2010 at 1:27 AM

Thanks for your feedback.

We are routing this issue to the appropriate group within the Visual Studio Product Team for triage and resolution.
These specialized experts will follow-up with your issue.
Sign in to post a workaround.