Sparx Systems Forum

Enterprise Architect => Bugs and Issues => Topic started by: Adria on December 01, 2008, 05:07:34 pm

Title: Code generation for C functions
Post by: Adria on December 01, 2008, 05:07:34 pm
I am using EA on a C project, and will be using code engineering to both forward and reverse engineer the code.

Code: [Select]
void functionName();
Code: [Select]
void functionName(void);The model adds an argument to the operation "pm1 : void".

Code: [Select]
void functionName(void pm1);[/list]
Is there a way to get EA to support (for operation parameters) equating blank in the model with "void" in the code.
Title: Re: Code generation for C functions
Post by: Schuecki on June 10, 2009, 04:46:13 pm
Hello,

I have the same problem like Adria, has somebody a solution for that problem ?

regards Christoph