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
The command starts with two quotation marks, there should be a quote at the start of the flags. I think line 2855 is also wrong in the same way, but that's just a gut feeling.
Temporary workaround: put a quotation mark (") at the end of the file location under options->file locations->64 bit->RC.EXE (and nothing at the start).
The text was updated successfully, but these errors were encountered:
I was banging my head against the wall on why the Visual MASM wasn't doing this .res thing. I went over the install multiple times, videos and whatnot. I found this issue. I can't say that I understand what you attempted to write. But, I tossed in a " at the end of the path to the rc.exe, and rebuilt the file, and it worked like a charm.
Anyways, if any others are having this issue too:
What we are supposed to do to get around this bug is to put a single double quote mark " at the end of the path for the rc.exe links in the tools > options > file locations window.
VisualMASM/uDM.pas
Line 2858 in be19c47
The command starts with two quotation marks, there should be a quote at the start of the flags. I think line 2855 is also wrong in the same way, but that's just a gut feeling.
Temporary workaround: put a quotation mark (") at the end of the file location under options->file locations->64 bit->RC.EXE (and nothing at the start).
The text was updated successfully, but these errors were encountered: