Page 1 of 5

Help with Q Liberator

Posted: Sun Jun 01, 2025 12:12 pm
by gregtaylor
Hi, running QL2K.

When testing QLiberator, I can run phase 1 by typing e.g. liberate win1_test_bas and it correctly creates the work file.
If I type in liberate win1_test_bas, (comma to do both stages) or just "liberate" then I get file not found. Liberate does not seem to exist as a file in the folder.
Can anyone help?

Greg

Re: Help with Q Liberator

Posted: Sun Jun 01, 2025 1:07 pm
by Sebright
gregtaylor wrote: Sun Jun 01, 2025 12:12 pm Hi, running QL2K.

When testing QLiberator, I can run phase 1 by typing e.g. liberate win1_test_bas and it correctly creates the work file.
If I type in liberate win1_test_bas, (comma to do both stages) or just "liberate" then I get file not found. Liberate does not seem to exist as a file in the folder.
Can anyone help?

Greg
I think you are missing some files. Like qlib_bin and qlib_run or maybe qlib_sys. If they are all in your default drive, it should work. Probably...

Cheers,
Alan

Re: Help with Q Liberator

Posted: Sun Jun 01, 2025 5:09 pm
by gregtaylor
Thanks but no, all present. They do have a capital first letter but didnt think that mattered?

Greg

Re: Help with Q Liberator

Posted: Sun Jun 01, 2025 5:15 pm
by tofro
Did you issue a QLIB_USE command?
If yes, what parameters did you use?

Re: Help with Q Liberator

Posted: Sun Jun 01, 2025 5:26 pm
by gregtaylor
No I hadn't. Have tried qlib_use win1_ (guessing syntax) but no different.

Re: Help with Q Liberator

Posted: Sun Jun 01, 2025 5:29 pm
by tofro
gregtaylor wrote: Sun Jun 01, 2025 5:26 pm No I hadn't. Have tried qlib_use win1_ (guessing syntax) but no different.
Maybe it would help if you read the manual, then (Chapter 14).

Re: Help with Q Liberator

Posted: Sun Jun 01, 2025 5:36 pm
by RalfR
Try to save your SB Program via QSAVE (load QLOADREF_bin first), then put the name in the (started) program QLIB_OBJ. That should work anyway.

Re: Help with Q Liberator

Posted: Sun Jun 01, 2025 5:44 pm
by gregtaylor
Thanks for the pointer. Have gone through the boot program and the options. The program does load at the beginning (QLiberator Runtimes Release 3.36 @1983 Liberation Software) but trying to do a one step compile (liberate win1_test_bas, Note comma at end) still gives not found error.

Re: Help with Q Liberator

Posted: Sun Jun 01, 2025 5:46 pm
by gregtaylor
This is using the Minerva 198 ROM if it matters?

Re: Help with Q Liberator

Posted: Sun Jun 01, 2025 5:51 pm
by Andrew
gregtaylor wrote: Sun Jun 01, 2025 5:26 pm No I hadn't. Have tried qlib_use win1_ (guessing syntax) but no different.
Ypu should use something like this

QLIB_use win1_QLiberator_, QLiberator_

first parameter is the directory where QLiberator is installed
Second parameter is the directory of the help file
(modify QLiberator_ to the directory where you installed it on your drive)