News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Windows 10 Visual studio 2015 community and the translated SDK

Started by TouEnMasm, August 08, 2015, 11:25:45 PM

Previous topic - Next topic

TouEnMasm

Hello,
Having some trouble with it , I put the result here:

There is need of the three files in VS2010CustomBuildRule,they are on this post
There is need to search masm to find  masm.prop ..
It is in this directory "C:\Program Files (x86)\MSBuild" the search must be done

Path found "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations"
Put the three files in this directory
Create a project with anexisting source code
right clic on the created project name an choose "Build dependencies"
you must find at least masm,choose Jwasm
Then select the asm source code,right clic and modify the "Element type" by jwasm

There is need to insert include path:
For the include path problem,I had found the soluce.
Quote
In the property page of the project "Include Path"= H:\sdkrc81\shared;H:\sdkrc81\um;H:\sdkrc81\vc;

That all,if the list is not ended by a ; it is shown in the property command line but not done.
headers files extensions are the one you want
Verify also that the build property of the solution is the same than the project property

There is need to had the resource file,with his include path,manually.

Vc project is here,modify the path
Fa is a musical note to play with CL