Pavel Roskin wrote:
Hello!Problem is in fread. This one stops reading, but does not report about problems. Now situation is even worse. man2hlp produces corrupted help file and report success.My guess is that ftell(stdout) returns something insane.The fixed version has been committed. It doesn't use stdout and checks the result of ftell(). Please test it.
Great! It works well! Thanks a lot!