Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to track down memory leak(s)
Message
From
23/09/2011 18:11:33
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01398453
Message ID:
01524570
Views:
99
>>>I don't think DoEvents and AutoYield are relevant for DLL.
>>
>>Communications via COM depend on parts of Windows that are outside of VFP. If VFP is blocking processing of Windows events, it might interfere with that.
>>
>>Testing of these is easy, literally one line of code each.
>
>Seems like it made no difference. I added DOEVENTS following with
>_VFP.AutoYield = .f.
>
>---------------------------
>I'm closing for now, will resume Saturday night.

_VFP.AutoYield is global, set it once before any of your test code runs.

I'd put DOEVENTS as the last line in your loop.

To be thorough, you have 4 tests:

1. .AutoYield = .T., no DOEVENTS
2. .AutoYield = .T., with DOEVENTS
3. .AutoYield = .F., no DOEVENTS
4. .AutoYield = .F., with DOEVENTS
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform