News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

multiple include paths?

Started by jag, January 11, 2007, 12:41:04 AM

Previous topic - Next topic

jag

I just installed ObjAsm32 in order to start programming with DirectX 9.
However, "autocomplete" or is it intellisense?? doesn't work when I type something like:
../ObjAsm32/
or
/masm32/ObjAsm32/

However, it works fine when typing something like
includelib kerne....

since I have my include path set to masm32/include/

Is there a way to get it to intellisense when using directories OR to have multiple include paths to avoid having to type directories?

Thanks,

asmrixstar

Actually i have another question regarding objasm

Is it possible to get the autocomplete to work on methods as well as 'Proc' s.
I really love this feature and i miss it terribly.

thank you