cross reference

  • Thread starter Thread starter Gomez
  • Start date Start date
G

Gomez

I encounter a problem in which I need to implement a cross reference by 2
projects(I'm not sure even if its the correct description, but actually each
project needs to call the partners methods, so each has to refer to the
other assembly).
Of course, the problems arises in the compilation order.
Is there a standard solution to that?
Regards
Gomez
 
I encounter a problem in which I need to implement a cross reference by 2
projects(I'm not sure even if its the correct description, but actually each
project needs to call the partners methods, so each has to refer to the
other assembly).
Of course, the problems arises in the compilation order.
Is there a standard solution to that?
Regards
Gomez

I did not exactly got the issue you are facing, However I think
exploring Project->BuildOrder..will sove you your issue,

-Cnu
 
Back
Top