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