I can guess about the @PATH, @NESTEDCOMMENTS and the @END_DECLARATION keys but
the @OBJECTFLAGS and @SYMFILEFLAGS have more complex non-obvious values.
Any help in pointing me towards documentation would be great, or a simple explanation.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am looking for documentation concerning the annotations in exported object files like the following:
( @NESTEDCOMMENTS := 'Yes' )
( @PATH := '\/TCU Objects\/.Internal' )
( @OBJECTFLAGS := '0, 8' )
( @SYMFILEFLAGS := '2048' )
( @END_DECLARATION := '0' )
I can guess about the @PATH, @NESTEDCOMMENTS and the @END_DECLARATION keys but
the @OBJECTFLAGS and @SYMFILEFLAGS have more complex non-obvious values.
Any help in pointing me towards documentation would be great, or a simple explanation.