[vlc-devel] [PATCH 05/12] Replace variable-length arrays by calls to alloca() for C90 compliance.

Steinar H. Gunderson sgunderson at bigfoot.com
Mon Dec 2 15:51:09 CET 2013


On Mon, Dec 02, 2013 at 03:48:54PM +0100, Jean-Baptiste Kempf wrote:
>> I thought Windows had shipped MSVCRT.DLL (but not MSVCR71.DLL etc.) since
>> at least Windows 2000?
> But they were not the same as the ones that you used with Visual Studio
> IIRC.

Yes, newer Visual Studio use MSVCR<version number>.DLL (or MSVCP for
profiling versions); I don't think they use MSVCRT.DLL at all anymore,
only MinGW does. 

> So maybe the issue is elsewhere, hence my question.

Fair enough.

/* Steinar */
-- 
Homepage: http://www.sesse.net/



More information about the vlc-devel mailing list