1
Automation Interface, Add-Ins and Tools / Re: Code generation in C with State Machine
« on: May 04, 2010, 08:20:40 pm »
Hi,
EA comes with two different Code Templates for C. One for object oriented and one for "normal". You cannot see the differences in the Code Generation Template selection, but the Templates are different.
To use object oriented support for C, set "object oriented support to true". This can be set in Tools | options | source code engineering.
... you can also adapt the C template for object oriented support to your need.
Best Regards,
Horst
EA comes with two different Code Templates for C. One for object oriented and one for "normal". You cannot see the differences in the Code Generation Template selection, but the Templates are different.
To use object oriented support for C, set "object oriented support to true". This can be set in Tools | options | source code engineering.
... you can also adapt the C template for object oriented support to your need.
Best Regards,
Horst