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
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
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
Yes but it come from errosys (fiveh.lib ?)
How can i modify it?
And why an error in errosys
Have you tried to insert some msgboxes to the errorsys and to find out where exactly your program errors out?
Regards,
Otto
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
How can i edit this errosys? I think it is inside Fiveh.lib
Patrick,
link the function:
c:\FWH\source\function\errsysw.prg
to your poject.
Regards,
Otto
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
Michael,
could you please post your changes.
Thanks in advance
Otto
Hi i've libnk errsysw.prg and it is the same thing i have the same error
And how can i have the error.log file?
Hi i am very proud of me
I obtain the "error.log" by changing the errsysw.prg
It is very usefull
Thanks everybody
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