« Return to Thread: MinGw, opendir() stat64() and related

Re: __MSVCRT_VERSION__

by L.R.N :: Rate this Message:

| View in Thread

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 10.02.2012 23:07, Eli Zaretskii wrote:

>> Date: Fri, 10 Feb 2012 11:12:36 +0000 From: Keith Marshall
>> <keithmarshall@...>
>>
>> /mingw/include/sys/stat.h tells you that, for struct __stat64
>> and _stat64(), you must specify:
>>
>> #define __MSVCRT_VERSION__  0x0601 /* or greater */
>>
>> (thus entering into a contract that you accept that your
>> application will not be supported on systems which don't provide
>> at least this level of msvcrt.dll compatibility).
>
> Could you please tell how this works in practice?  Will the
> resulting executable simply refuse to run if msvcrt.dll at least
> that new is present, or will they run and sometimes crash due to
> incompatibilities?
>
> (If this is documented somewhere, please just point me to that
> document.)
>
My guess is that it will say something like "Procedure entry point for
foo was not found in msvcrt.dll".
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJPNXaxAAoJEOs4Jb6SI2CwZYkH/jiBrA+8PWx12LERupgPw54C
arxf+sba1qmfKdp7b9S7YxcGCofwL9z+7pljYbEd13/76bw4gJ0rPV8NqBXEV+Zy
uQHGV75HF4PNAErJcoPKseiKK9+v5Q5+iOEImbvP8n6u33XRwSp9IubQP8v7TSE8
Si3XI5UIEiZKH44B/O82W2FmR8Q5CKUj4vgKAtqsE2ayUwrJ3rXtTWSz3MW6LcGp
8RsC6zj7m5mwO8TYMsPkOtGNkmrfKSU51YqFTYO3CU2F/7IF8Z3RjLj17J1PbhlD
NEOddgxgO3biBWGqVvRJzrNPdge7n0UPjeLfc2EVkoqekR2tpR1QTeBMxi85IDs=
=eahi
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
MinGW-users mailing list
MinGW-users@...

This list observes the Etiquette found at
http://www.mingw.org/Mailing_Lists.
We ask that you be polite and do the same.  Disregard for the list etiquette may cause your account to be moderated.

_______________________________________________
You may change your MinGW Account Options or unsubscribe at:
https://lists.sourceforge.net/lists/listinfo/mingw-users
Also: mailto:mingw-users-request@...?subject=unsubscribe

 « Return to Thread: MinGw, opendir() stat64() and related