I am conducting my first attempts in migrating our project from VO and XS.
One thing I stumbled across was the following:
Assuming you have project A that uses a CLASS from project B and project B a CLASS from project A.
In VO it was possible to mutually reference between the two in the respective "Application Options" in the libraries tab.
- If you would compile say project A it would compile everything except the part where project B is referenced (as this is not yet compiled).
- So going back to project B and compiling project B it would compile everything except the part where project A is referenced.
- So compiling project A would now succeed.
- And finally, project B can be compiled.
What would be the best practice to resolve this?
Best,
Alex