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
Asmdude can only handle include with relative path from the current file path now. It will be better if asmdude can config a "include path" for .inc files from outside of the project. For example, add masm32 sdk include path C:\masm32\include to include path, and asm-dude can find the .inc files in C:\masm32\include and parse them.
or if it is possible to just read the MASM's include paths values from the project settings?
sorry for my poor english..
asm-dude is very helpful, thanks for your works!
The text was updated successfully, but these errors were encountered:
You can check this fork for the feature. I don't know if it works fine, because I'm new to VS plugins. You need to add MASM include path to VC include path, because I don't figure out how to get the value of MASM properties.
Asmdude can only handle include with relative path from the current file path now. It will be better if asmdude can config a "include path" for .inc files from outside of the project. For example, add masm32 sdk include path
C:\masm32\include
to include path, and asm-dude can find the .inc files inC:\masm32\include
and parse them.or if it is possible to just read the MASM's include paths values from the project settings?
sorry for my poor english..
asm-dude is very helpful, thanks for your works!
The text was updated successfully, but these errors were encountered: