Reverse C++ to UML - NO class associations from VS2003

N

Nigel Aston

When reversing a C++ project into Visio from Visual
Studio 2003, the class diagram has NO associations
between classes, except for inheritance.
Is this all that I can expect or is there something else
I should do to get association links displayed?
 
R

RA

Associations are not reverse-engineered.
Only inheritance and interface realization links are shown.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top