Hi all,
I need to port mfc code which contains no gui stuff to java code. Is
there any automation tool that can archieve this? I don't expect 100%
port by press a single button but it will be great if it can port the
majority of code and later we manually do the rest work.
Many thanks
Timmy
Andrew McDonagh - 21 Apr 2006 01:17 GMT
> Hi all,
>
[quoted text clipped - 6 lines]
>
> Timmy
The best I've managed to do before, was to use a UML modelling tool.
Reverse engineer (i.e. import) the C++ code into the tool which creates
class diagrams. Then auto generate the Java code from the UML diagrams.
Borlands Together tool did this nicely, others maybe better.
Andrew