Book a Demo

Author Topic: Reverse Engineering Code to Models  (Read 2770 times)

Gurvinder Ahluwalia

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Reverse Engineering Code to Models
« on: November 05, 2004, 06:46:45 pm »
Just getting indoctrinated with EA.  But a whole lot of C code has already been developed by programmers on this project; need to bring it into model now and manage it before release. Ok, so the cart is before he horse....

Can EA reverse engineer and create models from the code?  Clues to get started in this direction will help. Code is mostly C......

Thanks.


Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Re: Reverse Engineering Code to Models
« Reply #1 on: November 07, 2004, 03:17:00 am »
I've tryed it with C++ and Java and it worked fine.
You can also keep code synched with model by foward and reversed engineering.

just go to Project->source code engineering and import it.

enjoy ;)
Recursion definition:
If you don’t understand the definition read "Recursion definition".

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Reverse Engineering Code to Models
« Reply #2 on: November 07, 2004, 01:29:53 pm »
It can't really do very much with C as what EA imports is the classes.  About the most you could get it to import is your structs and enums.

Do this via C++ import.

It's not much but I hope it helps.

Simon