Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra quote messes up resource compiler in 64-bit mode #6

Open
Phlosioneer opened this issue Jan 25, 2018 · 1 comment
Open

Extra quote messes up resource compiler in 64-bit mode #6

Phlosioneer opened this issue Jan 25, 2018 · 1 comment

Comments

@Phlosioneer
Copy link
Contributor

Phlosioneer commented Jan 25, 2018

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

@98-f355-f1
Copy link

98-f355-f1 commented Nov 28, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants