How do I disable QT automatic error recovery ?

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
concentra
Posts: 256
Joined: Fri Nov 26, 2010 11:31 am
Location: Piracicaba - Brasil

How do I disable QT automatic error recovery ?

Post 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
[[]] Mauricio Ventura Faria
User avatar
Rathinagiri
Posts: 5482
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: How do I disable QT automatic error recovery ?

Post by Rathinagiri »

Please include the following line as your first line of your code. (after function main())

hbqt_errorsys()
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
concentra
Posts: 256
Joined: Fri Nov 26, 2010 11:31 am
Location: Piracicaba - Brasil

Re: How do I disable QT automatic error recovery ?

Post by concentra »

Thanks !

[[]] Maurício Faria
[[]] Mauricio Ventura Faria
Post Reply