I am trying to use a third-party .lib compiled with /MD
in a Visual Studio project that needs to link MFC through a static library, which means it has to be compiled with /MT
. I have no source code for this third-party library.
Can I somehow modify/recreate/rewrap this library without its source code such that it works with my project, or otherwise somehow alter my project to accept this library?