View Single Post
  #2 (permalink)  
Old 09-22-2004
bernard's Avatar
bernard bernard is offline
ZeroC Staff
 
Name: Bernard Normier
Organization: ZeroC, Inc.
Project: Ice
 
Join Date: Feb 2003
Location: Palm Beach Gardens, FL
Posts: 813
This just means the Ice libraries are built with /MD (release) or /MDd (debug) and you should do the same (using the appropriate drop-down list or checkbox, not by adding definitions).

I also recommend you have a look at the Microsoft documentation, such as http://msdn.microsoft.com/library/de..._libraries.asp.

Cheers,
Bernard
Reply With Quote