1.9.6.14 include files bug on VS2017 #164
Unanswered
coffeeprogrammer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
in version 1.9.4.14 and earlier for VS2017 the includes are not scanned correctly because in the LabelGraph.cs file, the Handle_Include method, line 619 the filePath is set to a path which includes the current file. That is incorrect, it should be using the additional include file in the masm build targets from the project properties. There is a namespace under Microsoft.VisualStudio. that has functionality that can get at those masm settings in the project. On my system that is "c:\masm32\include" My question is, will the version of VS2017 be maintained and updated? I used VS2017 and I wanted to try some assembly.
Beta Was this translation helpful? Give feedback.
All reactions