Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
'allowed do nesting' error 103
Message
De
11/10/2010 07:01:11
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
10/10/2010 19:02:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01484650
Message ID:
01484679
Vues:
34
>Hi,
>
>The helpfile gives an advice to increase the stacksize by means of creating a config.fpw file with STACKSIZE= >128 as default. I have done but to no reveal.
>The config.fpw file is placed in my VFP.exe directory.
>
>Is there an other option to avoid this error?
>
>Regards,
>
>Koen

I believe this is most likely caused by an accidental, or out-of-control, recursion - when a function calls itself. Look at the call stack when the error occurs, and try to figure out what program calls itself, and why.

Note: Recursion is a very useful technique, that can make certain otherwise tricky programs easy... or at least manageable. However, it can also sometimes cause you problems, like the one you encountered.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform