Forum Post: RE: SAX Reader blocks destructor????

  • Thread starter Thread starter Thomas Mercer-Hursh
  • Start date Start date
Status
Not open for further replies.
T

Thomas Mercer-Hursh

Guest
I think Mike is pointing the right direction. As it happens, I am not explicitly deleting in the driver program, which I should do. It is, however, a local variable in the method in the driver class (see below) I will also move the cleanup of the SAX reader outside the destructor so that it is called explicitly and in advance. method public void ProcessTableLinks (): define variable mobBuildTableLinks as class BuildTableLinks no-undo. mobBuildTableLinks = new BuildTableLinks ( chSourceDirectory ). mobBuildTableLinks:chIncludeExtensions = chCompilableExtensions. mobBuildTableLinks:lgExcludeNoExtension = lgExcludeNoExtension. mobBuildTableLinks:chRunDestination = chRunDestination. mobBuildTableLinks:chXrefDestination = chXrefDestination. mobBuildTableLinks:chReportDestination = chReportDestination + chSeparator + "BuildTableLinksExceptions.txt". mobBuildTableLinks:Initialize(). mobBuildTableLinks:Process(). end method. I am going to add a cleanup and explicit delete. Thanks.

Continue reading...
 
Status
Not open for further replies.
Back
Top