|
I don't know much about ACE, so I can only give general advice. Perhaps the ACE and the Ice libraries are not compiled with the same set of compile and linker flags? For example, all your code should either be debug or all of it should be release mode. There are also problems if you mix statically linked code with DLLs, so you should use ACE in a DLL, too.
|