FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour error
Posts: 98
Joined: Mon Jan 23, 2006 09:34 AM
error
Posted: Sun Nov 09, 2008 09:46 AM

Hi everybody when i run my app i have this error and nothing else

Error BASE /1090 Argument error: INT from Errorsys, line :O

any idea?
thanks

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
error
Posted: Sun Nov 09, 2008 10:01 AM

BASE/1090 Argument error: INT

 Explanation:  The argument to INT() was non-numeric.

 Action:  Correct the program.

 See Also:  INT() function

http://www.itlnet.net/Programming/Progr ... 28f42.html

Regards,
Otto

Posts: 98
Joined: Mon Jan 23, 2006 09:34 AM
error
Posted: Sun Nov 09, 2008 10:30 AM

Yes but it come from errosys (fiveh.lib ?)
How can i modify it?
And why an error in errosys

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
error
Posted: Sun Nov 09, 2008 02:53 PM

Have you tried to insert some msgboxes to the errorsys and to find out where exactly your program errors out?

Regards,
Otto

Posts: 946
Joined: Thu Oct 06, 2005 07:05 PM
error
Posted: Sun Nov 09, 2008 04:42 PM

Patrick,

Regarde si un fichier error.log a été créé ou à défaut un fichier trace.log

Tu dois avoir une référence à ton erreur dedans (normalement), sinon il ne te reste plus qu'à mettre des msgbox...

Bon courage,

Richard

http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
Posts: 98
Joined: Mon Jan 23, 2006 09:34 AM
error
Posted: Sun Nov 09, 2008 04:47 PM

How can i edit this errosys? I think it is inside Fiveh.lib

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
error
Posted: Sun Nov 09, 2008 05:12 PM

Patrick,
link the function:
c:\FWH\source\function\errsysw.prg
to your poject.
Regards,
Otto

Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
error
Posted: Sun Nov 09, 2008 05:13 PM

You can just change the errorsysw.prg which can be found in your FWH-directory.

Then just link errorsysw.prg into your application.

It works very well.

I added a function to the errorsysw.prg which mails the error.log file to me automatically. So I know immediately what goes wrong.

Good luck.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
error
Posted: Sun Nov 09, 2008 05:15 PM

Michael,
could you please post your changes.
Thanks in advance
Otto

Posts: 98
Joined: Mon Jan 23, 2006 09:34 AM
error
Posted: Sun Nov 09, 2008 06:50 PM

Hi i've libnk errsysw.prg and it is the same thing i have the same error

Posts: 98
Joined: Mon Jan 23, 2006 09:34 AM
error
Posted: Sun Nov 09, 2008 07:02 PM

And how can i have the error.log file?

Posts: 98
Joined: Mon Jan 23, 2006 09:34 AM
error
Posted: Sun Nov 09, 2008 08:13 PM

Hi i am very proud of me
I obtain the "error.log" by changing the errsysw.prg
It is very usefull
Thanks everybody

Posts: 598
Joined: Tue Apr 15, 2008 04:51 PM
error
Posted: Mon Nov 10, 2008 04:48 AM

driessen:

> added a function to the errorsysw.prg which mails the error.log file to >me automatically. So I know immediately what goes wrong.

Could you post the above. I'd like to try it.

Thanks

Thank you

Harvey

Continue the discussion