[Emc-users] Structs Unions with Comp

2013-12-16 Thread Ted Hyde
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

Re: [Emc-users] Structs Unions with Comp

2013-12-16 Thread andy pugh
On 16 December 2013 20:53, Ted Hyde laser...@gmail.com 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