Greetings,

I need to link against two proprietary, closed source libraries. Each of these libraries have been compield with different code generation flags. One was compiled using /MD while the other with /MT. I am getting all kinds of linker errors about msvcprt and libcpmt redeclaring identifiers.

How can I get my code to link against both of these libraries at the same time?

Thanks for all your help.