bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] Bug: 14 point one-sided race database withmakebearoff.ex


From: Michael Petch
Subject: Re: [Bug-gnubg] Bug: 14 point one-sided race database withmakebearoff.exe
Date: Thu, 06 Jan 2005 15:24:38 -0700

Upon investigation it appears Mingw32 does not. I did notice that gw32c
uses wrappers around fsetpos and fgetpos (Both support 64 bit longs) to
create such 64-bit functions. We could always use those a template or
make them ourselves (relatively trivial).  

Mike

On Thu, 2005-01-06 at 15:11 -0700, Michael Petch wrote:
> I don't have mingw32 on a system here but I was wondering if mingw32
> supports the 64 bit variants like lseek64, feesk64, ftell64, truncate64
> etc etc?
> 
> Mike
> 
> On Thu, 2005-01-06 at 20:34 +0100, Øystein Johansen wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> > 
> > Jim Segrave wrote:
> > | What's the type of an offset in a seek command? Under FreeBSD, it's a
> > | long, not an unsigned long and limits the seeks to 2^31-1
> > | bytes. makebearoff.c is full of fseek commands, so it's likely to go
> > | very very wrong at this point.
> > 
> > He he! I havn't checked this all the way but it looks like:
> > 
> > C:\MinGW\include>grep fseek *.h
> > [snip some irrelevant hits]
> > stdio.h:int __cdecl __mingw_fseek (FILE *, long, int);
> > stdio.h:#define fseek(fp, offset, whence)  __mingw_fseek(fp, offset, whence)
> > 
> > Can that really be true?
> > 
> > - -Øystein
> > 
> > 
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.2.4 (MingW32)
> > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
> > 
> > iD8DBQFB3ZK26kDTFPhwyqYRAhGOAJ9g7vwLXhpAN2OMlfj7wOoO+vcW9wCfQwpT
> > 759t4fOw6dh2a4Dg727q8UY=
> > =kzG1
> > -----END PGP SIGNATURE-----
> > 
> > 
> > 
> > _______________________________________________
> > Bug-gnubg mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/bug-gnubg
-- 
Michael Petch <address@hidden>
CApp::Sysware Consulting Ltd.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]