Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
64K Limit for FXP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00638488
Message ID:
00638677
Vues:
23
>Hi All,
>
>I seem to remember reading/hearing about a 64K limit on compiled prgs. Is that size limitation an issue in VFP6 SP5 or VFP7? I did a search in the KB but could not find anything.

That's the maximum size of the p-code generated as a single procedure, function or method when converted from source code to executable p-code by compilation. It represents a sizable amount of source code, and in most cases where this size is reached, the routine causing the problem can be broken into several distinct fragments, with the original routine simply calls in order exactly as it would run the code in-line; it might require that a few variables will need to be created as privates in the main module so that the values are in scope within all the sub-procedures.

The limit goes back to at least FoxBase Plus, as I recall.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform