RE: [INTERNALS-WIN] RE: [PHP-DEV] Differences in VC6 and VC9 Windows builds and MSSQL Driver.
[email protected] ("Uwe Schindler")
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <B22DEEA627624E5CA0B178C1355DC04A@VEGA> |
> > On a side note... would you advocate linking against a 10 year old > glibc? > > It is??? 01/19/2008 1:30a prod rev 6.1.8638.18000 file rev 7.0.6001.18000 > properly titled "Windows NT CRT DLL". > > Spend some time in depends.exe walking through the Vista/2008 server > shipping files. If MS trusts it, so do I. To note: all binaries coming with recent windows versions (that are not .NET), e.g. explorer.exe, paint.exe and so on, are linked against the good old msvcrt.dll. And because of this, msvcrt.dll is the only CRT, that is distributed with every windows version (since 98 or so). And as you can see, the version of the latest msvcrt.dll is rather new and is so officially supported by MS. Further infos: http://kobyk.wordpress.com/2007/07/20/dynamically-linking-with-msvcrtdll-usi ng-visual-c-2005/ Uwe