The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: arjuns on August 22, 2006, 11:41:22 AM

Title: Struct parse
Post by: arjuns on August 22, 2006, 11:41:22 AM
Why RadAsm doesn't show autocompletion when struct are defined in another include file ?
or is there any idea to achieve this.I tried modifying MasmStruct.Api file with new struct structure.But it is tedious
Title: Re: Struct parse
Post by: Shantanu Gadgil on August 22, 2006, 11:56:43 AM
The file containing the other structure should be part of your project. It works OK for me.

HTH
Regards,
Shantanu
Title: Re: Struct parse
Post by: KetilO on August 22, 2006, 12:43:06 PM
Hi

You can use this addin to parse structures from a file and dump it to the output.

Just open the file (no project must be opened) and hit the X button on the toolbar.

KetilO

[attachment deleted by admin]
Title: Re: Struct parse
Post by: arjuns on August 22, 2006, 03:32:42 PM
Thanks KetilO and shantanu_gadgil for the fast reply,
Plugin worked like a charm...

Thanks again  for making an excellent editor.....

regards
arjuns