asm-dude
asm-dude copied to clipboard
Feature Request: include path support
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!
https://github.com/HeartyYF/asm-dude/tree/vxix2022-B
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.
This is important feature. I'm using Irvine32 library and AsmDude does not recognize its calls.