Search found 12 matches: errorhandler

Return to advanced search

Does this code override standard FWH Code ?

Hello,

In a topic I found a extra error handler solution :


// Set this at the start of the main module
ErrorBlock( { |e| MyErrorHandler( e, bOldErr ) } )


But if I use this, will this override/exclude the standards of the errorhandler in FWH ?
by Marc Venken
Fri Jan 18, 2019 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does this code override standard FWH Code ?
Replies: 1
Views: 411

Re: Errsysw Visual Update ?

... and "TURKISH" this version of errorsys needs freeimage.dll (not included in this archiv)[/list] The files: ErrorSysW.prg the new errorhandler Test.prg sample Test.exe compiled sample TradChina.ch chinese translation string TradChina.prg chinese translation in a static array Email.ini ...
by StefanHaupt
Sun Nov 06, 2011 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errsysw Visual Update ?
Replies: 43
Views: 13752

Re: Errsysw Visual Update ?

Stephan

As advance the final version of this Errorhandler

Cheers
by fespinoza
Thu Nov 03, 2011 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errsysw Visual Update ?
Replies: 43
Views: 13752

Re: Errsysw Visual Update ?

The new errorhandler is not for developers but for the customers, who have now the possibility to let the developers know that there were an error and send the logfile with a screenshot to the developer in a very easy way.
by StefanHaupt
Wed Oct 26, 2011 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errsysw Visual Update ?
Replies: 43
Views: 13752

Re: Errsysw Visual Update ?

Gale, very good news :D Maybe we had to compare the errorhandler, too, to see if something has changed in the last four years. These functions are new and have to be impelemented to get full compatibility: SetErrorPath(), SetErrorFileName() and SetPostErrorAction(). ...
by StefanHaupt
Wed Oct 19, 2011 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errsysw Visual Update ?
Replies: 43
Views: 13752

Error in GTWin.lib, Rtl.lib, Rdd.lib, Dbfntx.lib and Vm.lib

Do someone know how to solve this error? Linking... Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_hb_gt_winapi_tone' referenced from C:\HARBOUR\LIB\GTWIN.LIB|gtwin Error: Unresolved external '_hb_cdpID' referenced from C:\HARBOUR\LIB\GTWIN.LIB|gtwin Error:...
by Coiote
Wed Oct 21, 2009 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in GTWin.lib, Rtl.lib, Rdd.lib, Dbfntx.lib and Vm.lib
Replies: 15
Views: 3293

Erro na GTWIN.LIB ao compilar programas

Olá turma. Alguém sabe como resolver este erro? / Do someone know how to solve this error? Linking... Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_hb_gt_winapi_tone' referenced from C:\HARBOUR\LIB\GTWIN.LIB|gtwin Error: Unresolved external '_hb_cdpID' ref...
by Coiote
Tue Oct 20, 2009 10:32 pm
 
Forum: All products support
Topic: Erro na GTWIN.LIB ao compilar programas
Replies: 1
Views: 1072

Antonio, Instalé la versión que puedes descargar desde fivetech, la 1.0.1 si no me equivoco, por si esta era antigua y me da un porrón de errores...a ver si doy con ello Me sale esto...(perdón por el mogollón) C:\HARBOUR\TESTS>c:\borland\bcc55\bin\ilink32 -aa -Tpe @b32.bc Turbo Incremental Link 5...
by cyberkily
Thu Dec 18, 2008 5:45 pm
 
Forum: FiveWin para CA-Clipper
Topic: compilar con buildh el sample tutor01
Replies: 4
Views: 1416

New Release

Hello, Today i put the new release in the forum for download. Many new things are added. I still have to add a ERRORHANDLER for the Scripting. A new Batch-Editor ( Scripts and Batches are possible now ). The batches are saved in a memo-field. From the Memo, the Batch-file is created ...
by ukoenig
Wed Nov 26, 2008 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New release Image-Viewer for FWH (new functions preview)
Replies: 4
Views: 3667

... : gencode" 2. I got an error while linking : "Unresolved external symbol : hb_fun_writelogfile". oErr:gencode is working here, it´s defined in the errorhandler of xharbour and it´s also working in errorsysw.prg from fwh. The function WriteLogFile() was just a sample, not a really existing function. ...
by StefanHaupt
Thu Nov 13, 2008 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about TRY ... CATCH ... END
Replies: 6
Views: 1106

Sidney, this message means that the errorhandler calls itself many times without stopping. So a piece of your code causes an error in your app as well as in your errorhandler. The reason may be if you try to close a relation without an open ...
by StefanHaupt
Fri Mar 14, 2008 8:38 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Too Many Recursive error handler calls
Replies: 2
Views: 2968

... I found the problem source. Some piece of code from a fivewin contributor I'm using, declare a new error object like this bNewError := {|oError| ErrorHandler(oError,.T.) } bOldError := Errorblock(bNewError) I forget to restore the old error object Errorblock(bOldError) and you know... two weeks ...
by wpacheco
Tue Feb 14, 2006 1:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ErrorSys
Replies: 2
Views: 1055

Return to advanced search