Hi,
I would like to be able to read the partial log file while it is still open for writing by the logging application.
To do replaced the fopen() commands (for WINDOWS) with : m_pFile = _fsopen(m_pFileName, "ab" , _SH_DENYWR); (or _wfsopen for UNICODE).
Could you add this change to the libraries code so I'll be able to use the 'original' source?
Thanks,
Israel