Hello,
I want to import an existing project into UML, perform changes and update the existing code.
Instant Reverse worked surprisingly well, it imported all classes and created a diagram for each namespace.
However, upon Instant Generator, it created a file for each class (originally, there were multiple classes in different headers) in a single directory.
I decided to use Reverse C++ Code… and Generate C++ Code instead.
Reverse C++ Code… failed due to many parsing errors, which Instant Reverse overcame just fine.
My questions are:
- How can a round-trip be achieved, while retaining class locations in original files and folder structure?
- How come Reverse C++ Code…. fails where Instant Reverse works?
Thanks!