Circular Reference - Command Line Compile?

  • Thread starter Thread starter Lex
  • Start date Start date
L

Lex

How can I compile two classes from the command line that reference each other?

Class A referenced Class B and Class B references Class A.

Regards
 
you don't need to do anything special to do that. in fact, the circular
reference can even degenerate to the case where a class references itself.
just compile as you normally would, in other words. let me know if you
have any other questions.

jeff.

--

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
 
Back
Top