Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Max Array Size
Message
 
 
To
26/02/2003 14:22:03
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00758325
Message ID:
00758372
Views:
31
Rick,

Thanks for info. Under what VFP vesrsions did you test it? Did you report it as a bug to MS?

>Sergey,
>This last I checked, SYS(2000) was still leaving file handles open, so if you make a lot of these calls, you'll find you're "leaking" memory. I use the equivalant API calls instead and have no problems.
>Declare Integer FindFirstFile in win32api string lpFileName, string @ lpFindFileData
>Declare Integer FindNextFile in win32api integer hFindFile, string @ lpFindFileData
>Declare Integer FindClose in win32api integer hFindFile
>
>Rick
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform