NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: bwhisler on April 29, 2010, 10:11:27 AM

Title: NT 4.48 Web Logging to file - File Assert
Post by: bwhisler on April 29, 2010, 10:11:27 AM
OK, first off I know this is not Nettalk issue but rather an aggressive Clarion file manager. However I'm hoping that some could give a tip to work around the problem.

When using the "Web Logging" to a disk file and the program is compiled with debug on, a File Manager Assert is given that an incorrect file close is being done when a new log file is first created. I know that the user can say "Don't GPF" and the program will continue but I would like to not have my testers having to deal with that.

Any magic suggestions on beating this minor issue. By the way, the same that happens with Example # 26.

Thanks in advance!
Title: Re: NT 4.48 Web Logging to file - File Assert
Post by: Bruce on April 30, 2010, 02:44:58 AM
Barton,

edit the abfile.clw file, and remove the offending Assert by commenting out that line.

Cheers
Bruce
Title: Re: NT 4.48 Web Logging to file - File Assert
Post by: bwhisler on April 30, 2010, 02:57:26 AM
Ok, I was hoping that was some other magic trick since I don't like change others source code. Of course in the case of Clarion 6.3, that should not matter since I don't think we will be seeing any new updates for that<bg>.
Title: Re: NT 4.48 Web Logging to file - File Assert
Post by: Bruce on April 30, 2010, 03:43:21 AM
agreed.