You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
it looks like a similar issue for DOS debugging (please refer to #2) still exists in the current version. I just tried to move an existing small assembly program over to visual masm and the output indicates that again the quotes are at the wrong place:
This is fixed now. Thank you for reporting this. So, the command line switches are built by Visual MASM and are not configurable. The only portions that you can do from a users point of view is to create all your command line switches in the projects options. There you have full control.
Hi,
it looks like a similar issue for DOS debugging (please refer to #2) still exists in the current version. I just tried to move an existing small assembly program over to visual masm and the output indicates that again the quotes are at the wrong place:
Without any quotes around the ml.exe and an extra space ight after the /Fo switch it is running smoothly:
The way these query strings get built is not configurable from the users side, right?
The text was updated successfully, but these errors were encountered: