Possibly he's including the .rdf file after the line containing
ATTR_GEN_VALUE_STATUS_MSG?
> Also, what would I have to do to make the UI in Espire and the rest in GOC
?
> I find Espire easier, but I don't see how to do it without at least doing
> some of the app in Esp as the uic generates assembly includes. Make a .asm
> that just includes the .rdf file and add that to my program?
I think it would be difficult/impossible to refer directly to any of
the UIC-defined objects in his .goc file. Plus he'd still have to
define the same classes in GOC, and there'd be no automatic check to
make sure they matched the ones in UIC. .goc is really better,
because you only have to declare stuff in one place.
-- Jacob