Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fgets limits?
Message
 
 
À
13/04/2001 03:17:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Divers
Thread ID:
00494767
Message ID:
00495288
Vues:
18
>Hi Nadya,
>
>What I do is: I am using a dll (C++) developed by a sister company. This dll reads input files, which I generate in VFP, and produces output files, which I read using VFP. The lines I read are very structured, with groups of 64 bytes that contain 8 numbers. Ther can be up to 99 of such groups per line, which is the only complicating factor, and the reason I used fget(file,10000). The rest is simply read by using substr(). Everything worked well in VFP5, now in VFP6 there seem to be introduced bounds on the low level functions.
>
>Auke

You can use fread() instead. Besides, as Dragan told me, you better use ROUND number here. I read about all these functions in VFP Help and Hackers Guide.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform