message error "Too many recursive error handler calls&q

Post Reply
User avatar
HATHAL
Posts: 77
Joined: Tue Nov 15, 2005 3:38 pm
Location: The Kingdom Saudi Arabia -Riyadh
Contact:

message error "Too many recursive error handler calls&q

Post by HATHAL »

Antonio,
I have a problem with FWH 8.2
message error "Too many recursive error handler calls"
I view link http://fivetechsoft.com/forums/viewtopic.php?p=20996
I link fils 'Error.Ch' with my system. Problem Not End ..
I use bcb with xharbour.
HATHAL.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Hathal,

Please modify fwh\source\function\errsysw.prg and place a MsgInfo( e:Description ) before

if ( e:genCode == EG_ZERODIV )

so you will see the recursive error description
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply