NetTalk Central

Author Topic: NT 4.48 Web Logging to file - File Assert  (Read 2158 times)

bwhisler

  • Newbie
  • *
  • Posts: 33
    • View Profile
    • Email
NT 4.48 Web Logging to file - File Assert
« 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!

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11193
    • View Profile
Re: NT 4.48 Web Logging to file - File Assert
« Reply #1 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

bwhisler

  • Newbie
  • *
  • Posts: 33
    • View Profile
    • Email
Re: NT 4.48 Web Logging to file - File Assert
« Reply #2 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>.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11193
    • View Profile
Re: NT 4.48 Web Logging to file - File Assert
« Reply #3 on: April 30, 2010, 03:43:21 AM »
agreed.