Hi Ramon..
Using win7-pro, and notice that Easycode doesn't recognise a structure (or union) components.
Visual Basic recognises equivalent Types as you type them. Would it be possible to get Easycode to do this as well ?
Example:
ThisStruct Struct
ThisPar1 DW 0
ThisPar2 DW 0
ThisStruct Ends
When I type ThisStruct. (or a variable thereof) a listbox appears with all the variables (ThisPar1, ThisPar2, etc..), similar to the current API function listings
Thanks
Van