Book a Demo

Author Topic: C++ Codegeneration  (Read 13408 times)

Mohi

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
C++ Codegeneration
« on: July 17, 2011, 06:58:42 am »
Hi everybody,
i'm searching for a document, where I can read about code generation of EA. I want start a very simple "hello world" programm, STEP BY STEP .
generate the Code compile it, and run it.
I know UML very well,  my problem is using EA to generating "c++"-code.
Can somebody help me?

Thanks a lot

SomersetGraham

  • EA User
  • **
  • Posts: 376
  • Karma: +1/-0
    • View Profile
Using V12

Mohi

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: C++ Codegeneration
« Reply #2 on: July 19, 2011, 06:51:27 am »
Hi,
thank you for your info. I had study this all, there is any help about build or debug a programm. Only helps to generate code for someclasses , ...

What i searching for is  a step by step description.

:(

SomersetGraham

  • EA User
  • **
  • Posts: 376
  • Karma: +1/-0
    • View Profile
Using V12

Thomas_Arnbjerg

  • EA User
  • **
  • Posts: 80
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: C++ Codegeneration
« Reply #4 on: July 19, 2011, 10:27:07 pm »
Have a look at the diagram found at the bottom of this link:
http://www.sparxsystems.com/enterprise_architect_user_guide/software_development/basetemplates.html

Understanding this will get you a long way.

hds

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: C++ Codegeneration
« Reply #5 on: July 28, 2011, 04:32:20 pm »
Hi all,

I also try to generate C code from my own model.
All listed so called "user guides" give no answers!
I can't believe, there is no suitable document describes the concept of how to  :-[.

Anyway my model is structured in components. Some components have components included. In the deepest level, there are all classes.

If I now start "code generation", EA tells me "There is nothing to do!"

Why is EA unable to check deeper levels of components for classes???
I found only one way to generate code: Generating code class by class manually - nearly 100 classes! This can't be the right way -OR?

Hope for help.