Cyclic reference of projects not allowed.
What is the best way to take over this proplem?

I have two projects (ActiveX DLL) that each one uses other's classes. One of the solutions I thought about is late binding. But, is there a better one?

Regards