We're full of IT!
Reason for this error? how can i recover from this error?
The reason is that your application is going to attempt using a statically linked library with a DLL, and end up with calls that are being defined twice.You must ensure that your project only ever uses one of /MT or /MD.
Reason for this error? how can i recover from this error?
ReplyDeleteThe reason is that your application is going to attempt using a statically linked library with a DLL, and end up with calls that are being defined twice.
ReplyDeleteYou must ensure that your project only ever uses one of /MT or /MD.