Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Words() and WordNum() crashing in VFP 6.0
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00287036
Message ID:
00287177
Vues:
23
>>>As to the fgets function .. I sometimes read in really long strings per line (1000 + characters ) .. I think the new limit is 8192 .. or some such eg:
>>>
>>>Old version .. this no longer works
>>>myStr=fgets(m.ip,10000)
>>>
>>>new version .. this works
>>>myStr=fgets(m.ip,8192)
>>
>>Sounds as if they've capped the length at 8K. Have you tried 10 * 1024?
>
>It is now capped at 8192, and I think the raw file size at 16MB from some posts a couple of months back, but don't quote me on the latter. I've proved out the 8K limit.

I think you were the one that told me about it previous, Ed. Thanks for the heads up.
George

Ubi caritas et amor, deus ibi est
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform