On 16 December 2013 20:53, Ted Hyde wrote:
> Greets - can Unions of custom types be used in a comp? (actual .comp for
> use with the Comp generator, not a native c file)
I think so, but you probably have to insert them with an include.
It can be useful to look at the intermediate C code to see
Greets - can Unions of custom types be used in a comp? (actual .comp for
use with the Comp generator, not a native c file)
I seem to have a handle on structs, and I can declare a union that
doesn't get its members used which doesn't throw an error, but any use
of it faults:
portion from .comp