I have a problem.. In it's simplest form I have 2 dll's (A and B) and the main exe. The main exe needs to call functions from both A, and B, and A needs to call functions from B. But B also needs to call functions from A..

Does anyone know a way this is possible? I'm not really sure what this would be called either.