In both .NET and Java, the garbage collector is smart enough to detect and release circular references. Dealing with circular references in C++ isn't as simple. In the first installment of this series ...
I dont know what the problem in your case is, but I can confirm that referencing a class library from another class library works in general. I do it all the time. <BR><BR>You have to make sure the ...