Search found 20 matches: testerro

Return to advanced search

Re: Display Windows Version

Please download FWH.exe and FWH64.exe again as we have already included support for Windows 11 in function cWinVersion()

Also there is a new function IsWindows11()

You can build and run FWH\samples\testerro.prg and see the Windows description in the generated log file

many thanks
by Antonio Linares
Sun Jul 10, 2022 5:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display Windows Version
Replies: 4
Views: 506

Re: :procLine - equivalente

El errorsys de FWH utiliza ProcLine() y funciona correctamente con Harbour y xHarbour

Puedes probar el ejemplo samples\testerro.prg usando buildh.bat y buildx.bat y verás
que ambos reportan el mismo número de línea
by Antonio Linares
Tue Jan 03, 2017 11:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: :procLine - equivalente
Replies: 24
Views: 2971

Re: how create error.log in FWH

I am using xHB.com

compiling
xbuidw testerro.prg
and still error.log not creating
by kajot
Thu Dec 15, 2016 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how create error.log in FWH
Replies: 10
Views: 2698

Re: how create error.log in FWH

Kajot,

Go to FWH\samples and do:

buildx.bat testerro

For xHarbour
by Antonio Linares
Thu Dec 15, 2016 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how create error.log in FWH
Replies: 10
Views: 2698

Re: Aplicaciones se congelan

Oscar,

Usas la gestión de errores propia de FWH ó usas una versión modificada ?

Por favor prueba FWH\samples\testerro.prg y comprueba si te funciona bien
by Antonio Linares
Fri Jul 15, 2016 5:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Aplicaciones se congelan
Replies: 3
Views: 545

Re: Pantalla de errores antigua y nueva.

Garbi, Victor, Probad a hacer fwh\samples\buildh.bat testerro Debería aparecer la típica ventana de errores de FWH Como ha indicado João, comprobad que no esteis usando un gestor de errores modificado (errsysw.prg) y que tenga un error en el mismo, ...
by Antonio Linares
Fri Apr 08, 2016 2:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pantalla de errores antigua y nueva.
Replies: 6
Views: 2449

Re: FW Error Log with 1408

Rick,

Could you please try FWH\samples\testerro.prg ?

thanks
by Antonio Linares
Sun Oct 12, 2014 11:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Error Log with 1408 ( solved )
Replies: 8
Views: 2075

Re: Error system not working ?

... indicas añadiendo la funcion que has puesto, y, si no añado el programa errorsys.prg tampoco me genera el error.log Cuando he probado el programa testerro.prg de samples si me crea el error.log Pero, cosa curiosa, en mi error.log de mi aplicacion si me sale la version correcta de FWH y, sin embargo, ...
by cnavarro
Tue Oct 15, 2013 9:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error system not working ?
Replies: 18
Views: 3264

Re: Error system not working ?

Tim,

I have just tested FWH/samples/testerro.prg and worked fine, please try it.

Could you provide an example to reproduce what you described ? thanks
by Antonio Linares
Mon Oct 14, 2013 8:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error system not working ?
Replies: 18
Views: 3264

Re: Error Fwh + MinGW ...

... you are not using the flag "/l" (L) when you call Harbour or lines numbers info will be supressed. If you run FWH\samples\buildg.bat testerro with this little change, you will see that the lines numbers are properly reported: // Testing the FiveWin error system - Check generated Error.log ...
by Antonio Linares
Mon Nov 14, 2011 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Fwh + MinGW ...
Replies: 9
Views: 3358

Re: Error.Log

... - - - - - - - - - xHarbour Compiler build 1.0.0 (SimpLex) Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/ Compiling 'testerro.prg' and generating preprocessed output to 'testerro.ppo'... testerro.prg(6) Warning W0001 Ambiguous reference: 'Y' Lines 10, Functions/Procedures ...
by Euclides
Mon Nov 29, 2010 1:17 pm
 
Forum: All products support
Topic: Error.Log
Replies: 3
Views: 2150

Re: Gestion Errores FWH 0906

Biel,

Si mal no recuerdo, se localizó y se solucionó :-)

Por favor prueba FWH\samples\TestErro.prg. Aqui salta bien el gestor de errores en ese ejemplo.
by Antonio Linares
Tue Sep 01, 2009 9:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Gestion Errores FWH 0906
Replies: 10
Views: 1419

Re: Error Dialog?

... + dbfntx.lib + dbfcdx.lib + dbffpt.lib + hbsix.lib + common.lib + pp.lib + >> Also please run FWH\samples\TestErro.prg and see if you get FWH error dialog from that example I tried this sample and it's ok! With the other error dialog, the correct!
by JC
Wed Jan 07, 2009 8:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Dialog? ( Solved! )
Replies: 28
Views: 3203

Re: Error Dialog?

... Are you calling ErrorBlock() somewhere from your app ? Please check that FiveH.lib is linked before xHarbour rtl.lib. Also please run FWH\samples\TestErro.prg and see if you get FWH error dialog from that example
by Antonio Linares
Wed Jan 07, 2009 8:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Dialog? ( Solved! )
Replies: 28
Views: 3203

Maurizio,

wininetx.c has not been placed inside FiveHC.lib yet. Instead we are still using source\winapi\wininet.prg

Please run samples\TestErro.prg. You should get FWH error dialog box, unless you have modified the errorsys yourself or you are linking the libraries in a different order, thanks
by Antonio Linares
Sat Apr 19, 2008 7:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FTP
Replies: 15
Views: 2332
Next

Return to advanced search