D
David
Hi,
We have to reverse engineer two projects we developed with msvc 6.0
sp6 with visio 2000 and visio 2003 professional, we have both licenses
and we still don't get the results we expect.
We follow the steps in the help, but:
1.- The attributes in classes lacks of type, all the types show
<unspecified>, we can display a list and then search the correct type,
but doing so for so many classes is too much work and time.
2.- The relationships between the classes aren't shown, i figure this
is a consequence of the last point since there is no information about
types of attributes available.
3.- We used mfc containers by the time we develop those apps, and we
used typedefs for every container in this way:
class A{
typedef CList<class *B, class *B> CListaB;
/*... variables and methods using CListaB ...*/
};
But we think visio is unable to see the relationship one to many
between A and B, are we wrong?.
Thank you very much in advance.
David.
We have to reverse engineer two projects we developed with msvc 6.0
sp6 with visio 2000 and visio 2003 professional, we have both licenses
and we still don't get the results we expect.
We follow the steps in the help, but:
1.- The attributes in classes lacks of type, all the types show
<unspecified>, we can display a list and then search the correct type,
but doing so for so many classes is too much work and time.
2.- The relationships between the classes aren't shown, i figure this
is a consequence of the last point since there is no information about
types of attributes available.
3.- We used mfc containers by the time we develop those apps, and we
used typedefs for every container in this way:
class A{
typedef CList<class *B, class *B> CListaB;
/*... variables and methods using CListaB ...*/
};
But we think visio is unable to see the relationship one to many
between A and B, are we wrong?.
Thank you very much in advance.
David.