I can, assuming I remember my SourceForge password that is....
Ken
On 5/21/21 4:09 PM, Tom Wilson wrote:
I just looked at the TPDD server source, and the Close opcode does
call fclose() in line 2235.
I think the first step is to download and compile the latest source
code; I've seen a few other fixes that are not in the latest released
code.
Is there anyone here with authority to compile and issue an official
release on SourceForge?
Tom Wilson
wilso...@gmail.com <mailto:wilso...@gmail.com>
(619)940-6311
On Fri, May 21, 2021 at 4:02 PM John R. Hogerhuis <jho...@pobox.com
<mailto:jho...@pobox.com>> wrote:
Sounds like the file handle didn't get closed.
When the process is terminated all open handles are closed
automatically.
I think there is a file close tpdd command maybe it's not wired
through to a physical file close.
-- John.