GerritGroot
Technical User
Imagine that I have got two modules
Module 1 in which I use a part of Module 2 and Module 2 in which I use a part of Module 1.
I can't compile, neither module1 nor module2, because the compiler will tell me that it misses the compiled version of the other module that it needs.
What is the usual way to get around this?
Module 1 in which I use a part of Module 2 and Module 2 in which I use a part of Module 1.
I can't compile, neither module1 nor module2, because the compiler will tell me that it misses the compiled version of the other module that it needs.
What is the usual way to get around this?