View Single Post
  #2 (permalink)  
Old 11-10-2004
marc's Avatar
marc marc is offline
ZeroC Staff
 
Name: Marc Laukien
Organization: ZeroC, Inc.
Project: The Internet Communications Engine
 
Join Date: Feb 2003
Location: Florida
Posts: 1,781
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.
Reply With Quote