Re: Test Modules



On 06/03/2013 13:33, Jernej Simončič wrote:
This isn't actually true - while msvcrt.dll originally was VC6 run-time, it's nowadays a Windows component, and every new Windows version comes with an updated msvcrt.dll. Every Windows component links to it, and you can create programs that link to it with the Windows SDK.

Yes - but you must use a manifest to specify which version of the run time you wish the OS to choose (8, 9, 10 or whatever). If you don't specify a manifest, the VC6 runtime gets chosen. That's the case with all MinGW apps that I've ever seen (unless something's changed quite recently).

John


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]