Book a Demo

Author Topic: c++ code generation  (Read 2276 times)

gopher

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
c++ code generation
« on: May 08, 2010, 06:32:12 pm »
hi all

I'm a newbie to ea.

In my project class diagram, there are tiny objects (such as typedef or struct). when start code generate process, each "typedef" and "struct" always generate a single file. I wish generate some of them into a single file. how can i do?

SomersetGraham

  • EA User
  • **
  • Posts: 376
  • Karma: +1/-0
    • View Profile
Re: c++ code generation
« Reply #1 on: May 10, 2010, 05:14:29 pm »
Hi
Set the filename for the elements to be the same - F11 will display the code generation dialog from which you can select the filename

HTH

Graham
Using V12

gopher

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: c++ code generation
« Reply #2 on: May 11, 2010, 01:50:30 am »
Thanks for ur reply, yes, that made it, all my tiny objects are generate in a single file  :)