[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: C Run Time Libraries in Windows
- From: Patrick Rapin <toupie300@...>
- Date: Thu, 3 Mar 2011 10:04:39 +0100
> MingW still uses the MSVCRT.DLL, which is already installed on the system,
> but it is known to have some bugs.
It is even possible to link with MSVCRT.DLL using recent versions of
Visual Studio!
What you mostly have to do for that is to include these 2 files from
Windows Driver Kit (WDK):
lib\wxp\i386\msvcrt_winxp.obj
lib\Crt\i386\msvcrt.lib
into your project.
Well, in fact you may face up a few problems, but basically the procedure works.
Several Web sites like these [1][2][3] explain this in more details.
[1] http://kobyk.wordpress.com/2007/07/20/dynamically-linking-with-msvcrtdll-using-visual-c-2005/
[2] http://forums.techarena.in/windows-xp-support/1307254.htm
[3] http://www.eggheadcafe.com/software/aspnet/36180858/using-msvcrtdll-with-visual-studio-20082010.aspx