Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memory objects saved into cursors
Message
From
21/02/2019 08:26:36
 
 
To
21/02/2019 04:06:54
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01666501
Message ID:
01666609
Views:
56
>>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform