ErrorSys fix

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

ErrorSys fix

Post by Antonio Linares »

In recent FWH versions these lines were placed in source\errorsysw.prg to avoid recursive errors:

Code: Select all

   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
Post Reply