Archived

This forum has been archived. Please start a new discussion on GitHub.

error c1189

Hello,
i have added some files in a project, which is not made by me. With these files, people can sucessfully build a client in a win32 console project in vs2008. But when i add these files into this project and build, it shows error c1189 "Only multi-threaded DLL libraries can be used with Ice!" But i really need to combinie the ICE Client into this project.
1.
what can i do?
2.
What's the problem of this project

thank you!
best wishes
5.jpg 172.1K

Comments

  • Hi,

    the vc project must be set to use the option
    "Runtime Library: Multi-threaded DLL (/MD)"
    on the C++ code generation node of the project properties