FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour ErrorSys fix
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
ErrorSys fix
Posted: Thu Oct 30, 2008 12:31 PM
In recent FWH versions these lines were placed in source\errorsysw.prg to avoid recursive errors:
   ErrorBlock( {|e| MsgStop( ErrorMessage(e) + " from Errorsys, line:" + ;
                             Str( ProcLine( 1 ), 3 ) ), __quit() } )

They must be removed in order to avoid errors "hangs" that force us to press Ctrl+Alt+Del to remove our application.
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion