VisualMASM icon indicating copy to clipboard operation
VisualMASM copied to clipboard

Extra quote messes up resource compiler in 64-bit mode

Open Phlosioneer opened this issue 7 years ago • 1 comments

https://github.com/ThomasJaeger/VisualMASM/blob/be19c47740f1bfff0e95a534debd96276879d8de/uDM.pas#L2858

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

Phlosioneer avatar Jan 25 '18 19:01 Phlosioneer

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.

98-f355-f1 avatar Nov 28 '18 05:11 98-f355-f1