Re: fShowError()

new topic     » goto parent     » topic index » view thread      » older message » newer message

Ok I found where it is but don't understand the error. fShowError is in
the included module ui_msgs.e, and here's the section that actually forces
a divide by zero for some reason. Anyone know how to fix this error. I can
rem the divide by zero error but I'm sure there is another problem that may
need to be fixed.

   if pMode = 2
     or
      lResponse = IDCANCEL
   then
      fCleanUp(lErrCode, lDispMsg)

      if pMode = 2
      then
      -- abort          
      crash_message(lDispMsg)
     abort(1/0) -- Force the ex.err to be created.
      else
     abort(0) -- Quit silently.
      end if
   end if

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu