Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memory locations
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01099173
Message ID:
01099199
Views:
19
Hi Jos,

Not at all, that's a good question, though I have no answer :)

If I need to create a string at known address I ususally call memory allocation API function and then call the CopyMemory to fill the allocated memory block. Of course it requires extra coding, and freeing memory should not be forgotten. But you always can create a class wrapping all this operations. I bet this information is not a news for you :), just in case.

I think, VFP creators definitely would not give any guarantee where this or that particular variable is stored. The less they want us to mess around with internal lists of pointers.
Previous
Reply
Map
View

Click here to load this message in the networking platform