Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to track down memory leak(s)
Message
From
26/09/2011 02:39:17
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01398453
Message ID:
01524695
Views:
96
>
>It's all a bit more involved. First, do you want to open the file with 12 (exclusive)? If so, I would not be able to analyze it, etc.?
>
>And it will require more changes - so becomes more complex to do a re-write.



Not necessarily more complex

You could have a function WriteLogLine() which in the current scenario would perform one strtofile()
That is already better

As to the read access to the log file from another program, there must be a way using CreateFile() API http://msdn.microsoft.com/en-us/library/aa363858(VS.85).aspx

Where
- dwDesiredAccess is GenericWrite
- dwShareMode is FILE_SHARE_READ



And - for looking at the log file : tail - f comes to mind - I found a Windows version - not tested - http://tailforwin32.sourceforge.net/
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform