|
-
April 14th, 2005, 09:11 AM
#1
How to prevent "fatal error C1189:" in a single -threaded app
Hello everybody. My problem is this:
I get the following common error:
fatal error C1189: #error : Please use the /MD switch for _AFXDLL builds
and I know that one common solution is to set 'Multithreaded DLL' in the 'Use run-time library' field.
But I should really try to set this field to Single-threaded, because multithreading conflicts with some specific API functions I'm using.
Does anybody know how I could do to solve my problem?
Annalisa
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|