DMD specify VS version in sc.ini

Ryan via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Dec 27 14:09:49 PST 2016


I have a C library I want to link against that was compiled with 
VS 2013. I have VS2013 and VS2015 installed. I want DMD to use 
the 2013 version, since the C-runtime in 2015 is not backwards 
compatible.

Looking at sc.ini I see several entries that relate to the 
linker, CRT, and SDK. How do I edit these to force the use of VS 
2013?

I think I can figure out most of them except for UCRTVersion.

Thanks,


More information about the Digitalmars-d-learn mailing list