Page 1 of 1

How do I disable QT automatic error recovery ?

Posted: Thu Feb 17, 2011 12:33 pm
by concentra
I noted that my tests don´t return errors, none, never !!!
I am not that good ! :)
I realized that there is some kind of automatic error recovering in HMG4 or in QT itself...
How do I disable this ?

[[]] Maurício Faria

Re: How do I disable QT automatic error recovery ?

Posted: Thu Feb 17, 2011 4:27 pm
by Rathinagiri
Please include the following line as your first line of your code. (after function main())

hbqt_errorsys()

Re: How do I disable QT automatic error recovery ?

Posted: Thu Feb 17, 2011 5:20 pm
by concentra
Thanks !

[[]] Maurício Faria