Fatal error C1189

Hi all,

want to implement a Windows application written in C++ to MSeVC++.

Unfortunately, I get this error:

fatal error C1189: #error : Please use the /MT switch (multithreaded C-runtime)

The Source Code:
#if defined(_WIN32_WCE)
#if !defined(_MT)
#error Please use the /MT switch (multithreaded C-runtime)
#endif

I have no idea, how to solve this problem.

Could you help me please ?

Thank you in advance !
Stefan

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.