QLay2 Build

Discussion and advice about emulating the QL on other machines.
User avatar
XorA
Site Admin
Posts: 1368
Joined: Thu Jun 02, 2011 11:31 am
Location: Shotts, North Lanarkshire, Scotland, UK

QLay2 Build

Post by XorA »

Because VIsual Studio Classic is become more difficult to install every day I have done a build of QLay2 in minGW.

https://github.com/xXorAa/qlay2

I use the project https://github.com/HolyBlackCat/quasi-msys2 to use mingw on linux (because apart from arch linux package support is spotty)


User avatar
bwinkel67
QL Wafer Drive
Posts: 1202
Joined: Thu Oct 03, 2019 2:09 am

Re: QLay2 Build

Post by bwinkel67 »

XorA wrote: Wed May 17, 2023 6:09 pm Because VIsual Studio Classic is become more difficult to install every day I have done a build of QLay2 in minGW.
I'm assuming the executable under Release is the original, not the re-compiled, since its byte-count is identical.

Btw, is the QL2K source available? Although QLay2 is my preferred emulator for most things (I know, I'm weird), QL2K has some improvements over it when it comes to sound additions.


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

Re: QLay2 Build

Post by XorA »

bwinkel67 wrote: Wed May 17, 2023 7:35 pm
XorA wrote: Wed May 17, 2023 6:09 pm Because VIsual Studio Classic is become more difficult to install every day I have done a build of QLay2 in minGW.
I'm assuming the executable under Release is the original, not the re-compiled, since its byte-count is identical.

Btw, is the QL2K source available? Although QLay2 is my preferred emulator for most things (I know, I'm weird), QL2K has some improvements over it when it comes to sound additions.
Ooops, I'll delete the exe from the repo.

QL2K I don't know about!


User avatar
dilwyn
Mr QL
Posts: 2761
Joined: Wed Dec 01, 2010 10:39 pm

Re: QLay2 Build

Post by dilwyn »

QL2K was a futher development of QLay or QLay 2 by Jimmy Montesinos.

His QL2K website is still there http://www.jadiam.org/QL/ but I don't know if Jimmy is still contactable in France.

AFAIK, he never released the sources for QL2K.


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

Re: QLay2 Build

Post by XorA »

Interestingly I thought I would try a 64bit windows build and it just works (tm).

So if anyone has a platform that doesnt do 32bit code like MacOS then your sorted!


User avatar
bwinkel67
QL Wafer Drive
Posts: 1202
Joined: Thu Oct 03, 2019 2:09 am

Re: QLay2 Build

Post by bwinkel67 »

XorA wrote: Wed May 17, 2023 9:34 pm Interestingly I thought I would try a 64bit windows build and it just works (tm).

So if anyone has a platform that doesnt do 32bit code like MacOS then your sorted!
Oh cool, I'll have to try and give it a go. I haven't used mingw...it looks like you can do this either on Windows or Linux. Is it pretty straightforward to get the environment loaded?


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

Re: QLay2 Build

Post by XorA »

On windows install msys2 then the mingw components.

On Linux I use the quasi msys2 linked above. But in theory it should work with distro packages too!


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

Re: QLay2 Build

Post by Derek_Stewart »

XorA wrote: Thu May 18, 2023 9:06 am On windows install msys2 then the mingw components.

On Linux I use the quasi msys2 linked above. But in theory it should work with distro packages too!
Hi,

I have install svga lib v1.4.3-33 and tried to compile with: make

gives error:

cfg-win.c:17:10: fatal error: windows.h: No such file or directory


Regards,

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

Re: QLay2 Build

Post by XorA »

Derek_Stewart wrote: Thu May 18, 2023 11:07 am
XorA wrote: Thu May 18, 2023 9:06 am On windows install msys2 then the mingw components.

On Linux I use the quasi msys2 linked above. But in theory it should work with distro packages too!
Hi,

I have install svga lib v1.4.3-33 and tried to compile with: make

gives error:

cfg-win.c:17:10: fatal error: windows.h: No such file or directory
As far as I can see qlay2 is windows only, hence why you need mingw.


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

Re: QLay2 Build

Post by Derek_Stewart »

XorA wrote: Thu May 18, 2023 11:49 am
Derek_Stewart wrote: Thu May 18, 2023 11:07 am
XorA wrote: Thu May 18, 2023 9:06 am On windows install msys2 then the mingw components.

On Linux I use the quasi msys2 linked above. But in theory it should work with distro packages too!
Hi,

I have install svga lib v1.4.3-33 and tried to compile with: make

gives error:

cfg-win.c:17:10: fatal error: windows.h: No such file or directory
As far as I can see qlay2 is windows only, hence why you need mingw.
I do not use Windows, so will not be using QLAY2, sQLux is better.


Regards,

Derek
Post Reply