Re: [Harbour] fopen(), fcreate(), etc.

2009-11-26 Thread Przemysław Czerpak
On Thu, 26 Nov 2009, Massimo Belgrano wrote: > Good add sample to regression hbtest? Yes, thank you. best regards, Przemek ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listin

Re: [Harbour] fopen(), fcreate(), etc.

2009-11-26 Thread Massimo Belgrano
Good add sample to regression hbtest? 2009/11/26 Przemysław Czerpak : > On Thu, 26 Nov 2009, bill robertson wrote: > > Hi, > >> There is a problem with fopen() and I suspect fcreate(), etc in >> philes.c. In philes.c, you will notice that hb_fsOpen is cast to >> HB_NHANDLE which is typedef as a po

Re: [Harbour] fopen(), fcreate(), etc.

2009-11-26 Thread Przemysław Czerpak
On Thu, 26 Nov 2009, bill robertson wrote: Hi, > There is a problem with fopen() and I suspect fcreate(), etc in > philes.c. In philes.c, you will notice that hb_fsOpen is cast to > HB_NHANDLE which is typedef as a pointer to unsigned int in > hbdefs.h. This means that the F_ERROR (-1) is made po

Re: [Harbour] fopen(), fcreate(), etc.

2009-11-26 Thread Massimo Belgrano
I confirm that display File Handle: 4294967295 2009/11/26 bill robertson : > Hi All, > > There is a problem with fopen() and I suspect fcreate(), etc in philes.c. In > philes.c, you will notice that hb_fsOpen is cast to HB_NHANDLE which is > typedef as a pointer to unsigned int in hbdefs.h. This m

[Harbour] fopen(), fcreate(), etc.

2009-11-26 Thread bill robertson
Hi All, There is a problem with fopen() and I suspect fcreate(), etc in philes.c. In philes.c, you will notice that hb_fsOpen is cast to HB_NHANDLE which is typedef as a pointer to unsigned int in hbdefs.h. This means that the F_ERROR (-1) is made positive (2^32-1 or +4,294,967,295) so you hav