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

Feature Request: include path support #124

Open
everything411 opened this issue May 5, 2021 · 2 comments
Open

Feature Request: include path support #124

everything411 opened this issue May 5, 2021 · 2 comments

Comments

@everything411
Copy link

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?
1

sorry for my poor english..

asm-dude is very helpful, thanks for your works!

@HeartyYF
Copy link

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.

@Wakeelfahmed
Copy link

This is important feature. I'm using Irvine32 library and AsmDude does not recognize its calls.

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

3 participants