Peter wrote:
How do you take the highcolor screenshots on Q60 by the way?
A screen scrape into a _pic file using a compiled SBASIC program on a hotkey and the _pic loaded into QTimage and exported as a .jpeg.
If you are asking about the canyonsea.gif, that comes from a rendering program ...
Search found 171 matches
- Sat Aug 09, 2025 8:02 pm
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 335
- Views: 82635
- Sat Aug 02, 2025 8:52 pm
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 335
- Views: 82635
Re: Q_Liberator malaise
Q60Patch :
Cheers
Qtrans_obj, SQRview102_obj and Launchpad_obj after patching and looking good. Early days.Cheers
- Wed Jul 30, 2025 4:38 pm
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 335
- Views: 82635
Re: Q_Liberator malaise
Hello Martin & everyone else that has taken an interest in sorting QLiberator for the Qx0 systems.
Now that I am back from my travels I have had time to test the latest modified version of Qtrans and SQRview plus the patched eQLib error trapping routines.
The qtrans_obj_bodgedDB4 executable now ...
Now that I am back from my travels I have had time to test the latest modified version of Qtrans and SQRview plus the patched eQLib error trapping routines.
The qtrans_obj_bodgedDB4 executable now ...
- Thu Jul 17, 2025 4:15 pm
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 335
- Views: 82635
Re: Q_Liberator malaise
Hi Martin,
Thanks for your work and the rapid turnaround of a new software test.
Unfortunately I am again away from home and the Q60 and so I won't be able to test and report back until a week on Monday.
Cheers
Thanks for your work and the rapid turnaround of a new software test.
Unfortunately I am again away from home and the Q60 and so I won't be able to test and report back until a week on Monday.
Cheers
- Wed Jul 16, 2025 4:51 pm
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 335
- Views: 82635
Re: Q_Liberator malaise
I have found time to test qtrans2DB3A and qtrans2DB3B on my Q60.
The DB3A version when using the internal viewer stops at line 18232 with the program hanging as before. No channel open to the chosen file.
TheDB3B version steps through all the debugs steps and displays the chosen file. The file can ...
The DB3A version when using the internal viewer stops at line 18232 with the program hanging as before. No channel open to the chosen file.
TheDB3B version steps through all the debugs steps and displays the chosen file. The file can ...
- Sat Jul 12, 2025 3:50 pm
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 335
- Views: 82635
Re: Q_Liberator malaise
True, and QLib unmodified does not run on the Q60 with copyback enabled, at the moment it needs Wolfgang Lenerz's patch programs.pjw wrote:
Q_ERR_xxx figures largely in the Qlib compiler itself..
Cheers
- Sat Jul 12, 2025 11:54 am
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 335
- Views: 82635
Re: Q_Liberator malaise
hangs after Q_ERR_ON was set and when error trapping OPEN_IN.
- Thu Jul 10, 2025 8:53 am
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 335
- Views: 82635
Re: Q_Liberator malaise
I will modify one of my existing programs to use QLib error trapping and see what happens.I don't know if you want to try to write a test program to try to replicate the problem on the Q60.
Might take me a few days as I am unfamiliar with the QLib error trapping system.
Cheers
- Wed Jul 09, 2025 8:31 pm
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 335
- Views: 82635
Re: Q_Liberator malaise
I have attached the screen shot for QTrans debug2. As you can see the last report before it hangs is at line 18232.
The jobs menu shows that the channel to be opened at line 18240 has not been opened.
Could the Q_ERR_ ON keyword cause the qtrans to hang. If so it may explain why Q604F runtimes work ...
The jobs menu shows that the channel to be opened at line 18240 has not been opened.
Could the Q_ERR_ ON keyword cause the qtrans to hang. If so it may explain why Q604F runtimes work ...
- Tue Jul 08, 2025 10:13 pm
- Forum: Software & Programming
- Topic: Q_Liberator malaise
- Replies: 335
- Views: 82635
Re: Q_Liberator malaise
The code in the procedures called in line 18340 Top_Of_File : Scroll_Bar might also be useful to look at.