Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is anyone having an issue with virtual memory loss?
Message
From
05/04/2007 01:17:44
Vladimir Zhuravlev
Institute of the Physics of Earth,Russia
Moscow Region, Russia
 
 
To
04/04/2007 13:23:16
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01212105
Message ID:
01212335
Views:
19
I fixed similar problem for germany company few years ago
Mostly it was connected with cross reference of the objects
Something like this.
lobj = createobject(...)
lobj.addproperty('obj')
loobj.obj = createobject('...')
lobj.obj.addproperty('obj1')
lobj.obj.obj1=lobj
First object keeps reference on second and second keeps reference at first.
They never released these objects.
In some cases casual places in the code =sys(1104) would help
MVP-2006-2011, PHD in Math and Physics ,
host of www.foxclub.ru,
VFP lector at Interface and Microinform companies
Head science researcher of VNIIA Rosatom.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform