ThomasJaeger / VisualMASM

Visual MASM - Assembly IDE for Microsoft MASM

Home Page:http://www.visualmasm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extra quote messes up resource compiler in 64-bit mode

Phlosioneer opened this issue · comments

cmdLine := ' ""'+FVisualMASMOptions.ML64.RC.FoundFileName+' /V /fo'+pf.OutputFile+' "'+pf.FileName+'"';

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).

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.