Hi,
My project has a bunch a solutions containing several projects. There're 2 Configurations:
- Release (/MT)
- Debug (/MTd)
We have a 3rd party library. Should we have 2 version of it for each Configuration (Release version compiled with /MT and Debug version compiled with /MTd) or it's enough to have one version (/MT or /MTd)?
Thanks Dima