VisualMASM icon indicating copy to clipboard operation
VisualMASM copied to clipboard

Blank Project?

Open angrygoats opened this issue 6 years ago • 1 comments

Is there an option to create a blank project? When I'm developing in MASM I have templates of code already written that gets me the window I need and pre-includes stuff I care about. It would be very useful if I could just start a blank project and get to developing right away.

angrygoats avatar Jan 11 '18 03:01 angrygoats

@angrygoats There is currently no empty project available. However, you can do the following:

  1. Right click on any project in the Project Manager
  2. Select New Group
  3. This will unload and remove any current projects and give you blank Group.
  4. Now add a new project. Pick one that is closest to your current architecture 32/64 bit etc.
  5. Delete the sample files in the project
  6. Add your existing assembly files into the project

Let me know if this works for you or not.

ThomasJaeger avatar Jan 13 '18 14:01 ThomasJaeger