Quill from Gilsoft

Anything QL Software or Programming Related.
swensont
Forum Moderator
Posts: 311
Joined: Tue Dec 06, 2011 3:30 am
Location: SF Bay Area
Contact:

Re: Quill from Gilsoft

Post by swensont »

Timbucus wrote: Thu Jun 20, 2024 11:16 am
Andrew - I only have uQLx setup

Tim, are you using uQLx or sQLux? sQLux is more recent and uses SDL2. If you are using uQLx, the code is probably pretty old and I'd suggest moving to sQLux.

https://github.com/SinclairQL/sQLux

Tim Swenson


RWAP
RWAP Master
Posts: 2891
Joined: Sun Nov 28, 2010 4:51 pm
Location: Stone, United Kingdom
Contact:

Re: Quill from Gilsoft

Post by RWAP »

swensont wrote: Fri Jun 21, 2024 3:09 am Timbucus wrote: Thu Jun 20, 2024 11:16 am
Andrew - I only have uQLx setup

Tim, are you using uQLx or sQLux? sQLux is more recent and uses SDL2. If you are using uQLx, the code is probably pretty old and I'd suggest moving to sQLux.

https://github.com/SinclairQL/sQLux

Tim Swenson
Tim - when you moved the zip file and extacted it to a MDV container - I bet the QDOS header added to the zip files by q-emulator was still present and would cause the hang.

Hence why I sent an MDV image (that does not have the QDOS header at the start of the executable code) and should work in uQLx


User avatar
XorA
Site Admin
Posts: 1587
Joined: Thu Jun 02, 2011 11:31 am
Location: Shotts, North Lanarkshire, Scotland, UK

Re: Quill from Gilsoft

Post by XorA »

Hence why I sent an MDV image (that does not have the QDOS header at the start of the executable code) and should work in uQLx
Uqlx/sqlux don't support mdv files. Floppy or win only.


Derek_Stewart
Font of All Knowledge
Posts: 4610
Joined: Mon Dec 20, 2010 11:40 am
Location: Sunny Runcorn, Cheshire, UK

Re: Quill from Gilsoft

Post by Derek_Stewart »

RWAP wrote: Fri Jun 21, 2024 6:26 am
swensont wrote: Fri Jun 21, 2024 3:09 am Timbucus wrote: Thu Jun 20, 2024 11:16 am
Andrew - I only have uQLx setup

Tim, are you using uQLx or sQLux? sQLux is more recent and uses SDL2. If you are using uQLx, the code is probably pretty old and I'd suggest moving to sQLux.

https://github.com/SinclairQL/sQLux

Tim Swenson
Tim - when you moved the zip file and extacted it to a MDV container - I bet the QDOS header added to the zip files by q-emulator was still present and would cause the hang.

Hence why I sent an MDV image (that does not have the QDOS header at the start of the executable code) and should work in uQLx
Hi Rich,

If want to send me the MDV image, I can trt it on all emulators and convert to FLP image for sQLux.

I can also disassemble the code as well if required with DISA or DEA.


Regards,

Derek
User avatar
aalea
Brittle Membrane
Posts: 120
Joined: Mon Feb 07, 2022 9:27 pm

Re: Quill from Gilsoft

Post by aalea »

Derek_Stewart wrote: Fri Jun 21, 2024 11:32 am If want to send me the MDV image, I can trt it on all emulators and convert to FLP image for sQLux.

I can also disassemble the code as well if required with DISA or DEA.
This will be great, there are some "Design Options" like only use 40 columns in mode 4, or need a QL header in the database file, that will be very usefull if we can see the source code and overide it.


Martin_Head
Aurora
Posts: 939
Joined: Tue Dec 17, 2013 1:17 pm

Re: Quill from Gilsoft

Post by Martin_Head »

You could try the MDI driver https://dilwyn.theqlforum.com/utils/index.html in sQLux (Not tested it myself, so I don't know if it works OK).

Then use the 'CONVERT2_MDI' command to convert the MDV image you have into MDI format.
Then mount the image with 'MOUNT_MDI', and then 'MDI_USE mdv'
Then you've got an mdv1_


Derek_Stewart
Font of All Knowledge
Posts: 4610
Joined: Mon Dec 20, 2010 11:40 am
Location: Sunny Runcorn, Cheshire, UK

Re: Quill from Gilsoft

Post by Derek_Stewart »

Hi,

I use MDI on sQLux, Q68,QPC2, SMSQmulator which allows the platforms to use MDV images.

But I prefer to us FDI or FLP images as they are more standard than MDV image format, however MDI is so flexible tha QLAY, QEM MDV image formats can be converted easily.


Regards,

Derek
Derek_Stewart
Font of All Knowledge
Posts: 4610
Joined: Mon Dec 20, 2010 11:40 am
Location: Sunny Runcorn, Cheshire, UK

Re: Quill from Gilsoft

Post by Derek_Stewart »

Derek_Stewart wrote: Sun Jun 23, 2024 7:14 am Hi,

I use MDI on sQLux, Q68,QPC2, SMSQmulator which allows the platforms to use MDV images.

But I prefer to us FDI or FLP images as they are more standard than MDV image format, however MDI is so flexible tha QLAY, QEM MDV image formats can be converted easily.
It seems that I was suffering from a little misapprehension, it seems from reading the vDriveQL and Oqtadrive documentation, that both system can support MDI format image files.

But I have not tested this out.


Regards,

Derek
Timbucus
Chuggy Microdrive
Posts: 56
Joined: Sat Apr 01, 2017 12:14 am

Re: Quill from Gilsoft

Post by Timbucus »

All,
I now have this running thanks to an FLP image I was sent - it seems that everyone was correct and it just needed the 30 byte header stripping off - I assumed it was missing and hence the confusion.
Popopo wrote: Thu Jun 20, 2024 12:55 pm I got the "changelog" of it... just I am sorry I cannot recall from where. ASAP I recall it, I will post here the link where I read it.
Unless someone do it sooner :)
Popopo Did you ever mange to find the change log as that would be interesting! I wonder if it goes as high as the lost A08 and what that had extra or fixed. Unless someone has a copy of that as well :)

Now onto disassembly of the A07 and compare to the A03 original source I have, to reconstruct the A07 source...

Thanks to all on the forum and elsewhere who are helping with this.

Tim


User avatar
Popopo
Gold Card
Posts: 360
Joined: Wed Apr 07, 2021 10:37 am

Re: Quill from Gilsoft

Post by Popopo »

Timbucus wrote: Sun Jun 30, 2024 5:01 pm Popopo Did you ever mange to find the change log as that would be interesting! I wonder if it goes as high as the lost A08 and what that had extra or fixed. Unless someone has a copy of that as well :)
Hi,
I didn't have the time for it.
I need to recall which sites I visited and also conversations with some people that told me differences between versions.

That's why I couldn't check it out yet. Need some time and the few hours free I spend them working in some projects and learning how to use Git/hub properly.

ASAP I can I will do it and share it here :)
One person that know about versions differences is Phoebus Dokus.


Post Reply