Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memory objects saved into cursors
Message
De
21/02/2019 08:26:36
 
 
À
21/02/2019 04:06:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01666501
Message ID:
01666609
Vues:
57
>>A VFP variable has some 16 bytes descriptor block, where only the first two integers (32 bit, of course) are pointer and length. The rest describe type and few other things. Dom't ask me how much more I remember, it's very little.
>
>Yupp, IIRC struct with ev_type, ev_value and in ev_value a pointer to strings if not one of the smaller types/so described in ev_type. String pointers had to be given some Handle2Pointer treatment and sometimes memory had to be locked and unlocked - pretty certain because of reshuffling unlocked memory on garbage collection time.

The information is contained in the pro_ext.h file. It contains all of the structures and functions that are available to an FLL.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform