Book a Demo

Author Topic: Reverse Engineer VC++ Project  (Read 2548 times)

jackyang

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Reverse Engineer VC++ Project
« on: February 14, 2003, 04:02:25 am »
I am working on a VC++ project.  I am using EA to reverse engineer my codes and generate the class diagram and document.  But there is a problem when EA reverse engineer method comments/notes.

VC++ uses some special comments, such as

// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAORSApp)

in the header file.  When EA reverse engineers the code, if there is no comments before the method inside header file, EA will use the comments inside .cpp file.  But because of these MFC comments inside header file, EA treats them as the method comments.  Is there any way to work around this, for example, to force EA loads method comments from .cpp not from .h file?

Thank you!

Beatman

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • work work !!!
    • View Profile
Re: Reverse Engineer VC++ Project
« Reply #1 on: February 14, 2003, 09:54:12 am »
Hi,

I only add a message to know when somebody answer the questions.
I have met similar problem today. Some simple custom filter to skip comment line with specific text can help.

Thank you
Btm