Hi there,
are there any known errors in PB's file IO functions ?
I only know the freefile() multithread bug.
Have some problems with files > 2 GB.
Sometimes parts of my data are written to the file header. errClear is zero.
Run it on different PC's ( w95 to w2k ). Same error.
After placing all file IO in a C DLL ( fopen, .. ) everthing works.
That's why i ask for PB errors.
rgds
Ralph
------------------
are there any known errors in PB's file IO functions ?
I only know the freefile() multithread bug.
Have some problems with files > 2 GB.
Sometimes parts of my data are written to the file header. errClear is zero.
Run it on different PC's ( w95 to w2k ). Same error.
After placing all file IO in a C DLL ( fopen, .. ) everthing works.
That's why i ask for PB errors.
rgds
Ralph
------------------
Comment