Help with Q Liberator
-
- Chuggy Microdrive
- Posts: 53
- Joined: Thu Aug 13, 2015 12:42 pm
- Location: East Yorkshire
- Contact:
Help with Q Liberator
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
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
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...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
Cheers,
Alan
Try out Finding Evan
-
- Chuggy Microdrive
- Posts: 53
- Joined: Thu Aug 13, 2015 12:42 pm
- Location: East Yorkshire
- Contact:
Re: Help with Q Liberator
Thanks but no, all present. They do have a capital first letter but didnt think that mattered?
Greg
Greg
Re: Help with Q Liberator
Did you issue a QLIB_USE command?
If yes, what parameters did you use?
If yes, what parameters did you use?
ʎɐqǝ ɯoɹɟ ǝq oʇ ƃuᴉoƃ ʇou sᴉ pɹɐoqʎǝʞ ʇxǝu ʎɯ 'ɹɐǝp ɥO
-
- Chuggy Microdrive
- Posts: 53
- Joined: Thu Aug 13, 2015 12:42 pm
- Location: East Yorkshire
- Contact:
Re: Help with Q Liberator
No I hadn't. Have tried qlib_use win1_ (guessing syntax) but no different.
Re: Help with Q Liberator
Maybe it would help if you read the manual, then (Chapter 14).gregtaylor wrote: Sun Jun 01, 2025 5:26 pm No I hadn't. Have tried qlib_use win1_ (guessing syntax) but no different.
ʎɐqǝ ɯoɹɟ ǝq oʇ ƃuᴉoƃ ʇou sᴉ pɹɐoqʎǝʞ ʇxǝu ʎɯ 'ɹɐǝp ɥO
Re: Help with Q Liberator
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.
7000 4E75
-
- Chuggy Microdrive
- Posts: 53
- Joined: Thu Aug 13, 2015 12:42 pm
- Location: East Yorkshire
- Contact:
Re: Help with Q Liberator
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.
-
- Chuggy Microdrive
- Posts: 53
- Joined: Thu Aug 13, 2015 12:42 pm
- Location: East Yorkshire
- Contact:
Re: Help with Q Liberator
Ypu should use something like thisgregtaylor wrote: Sun Jun 01, 2025 5:26 pm No I hadn't. Have tried qlib_use win1_ (guessing syntax) but no different.
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)