Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A simple crash test
Message
De
30/03/2008 05:25:03
 
 
À
30/03/2008 04:44:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01306786
Message ID:
01306788
Vues:
3
>execute this two lines code ...
>
>
>#DEFINE X .X
>
>* [X]
>
>
>
>Explain:
>When a point exists into the #defined string,
>the preprocessor C++ code doesn't move the string pointer into the next correct position,
>and then the C++ loop go into a infinite fill process...

This does not crash
#define ONE		1
#define XX		XX  + ONE

?[XX]
Whilst this one does
#define ONE		1
#define XX		ONE + XX

?[XX]
Gregory
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform