sQLux Windows (mingw64)

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

Re: sQLux Windows (mingw64)

Post by XorA »

For those who don't use Linux at all, I've added build instructions for native windows builds in the README.md


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

Re: sQLux Windows (mingw64)

Post by XorA »

*shakes fist at BSD sockets interface for over using the int type*


User avatar
Peter
QL Wafer Drive
Posts: 1953
Joined: Sat Jan 22, 2011 8:47 am

Re: sQLux Windows (mingw64)

Post by Peter »

Is there a good chance to compile your sQLux code with the 32 bit versions of mingw and SDL?


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

Re: sQLux Windows (mingw64)

Post by XorA »

Peter wrote:Is there a good chance to compile your sQLux code with the 32 bit versions of mingw and SDL?
It should work, but I don’t have a 32bit os for testing.


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

Re: sQLux Windows (mingw64)

Post by XorA »

@Peter try this build.
sQLux_windows_32bit.zip
(701.63 KiB) Downloaded 97 times


User avatar
Peter
QL Wafer Drive
Posts: 1953
Joined: Sat Jan 22, 2011 8:47 am

Re: sQLux Windows (mingw64)

Post by Peter »

XorA wrote:@Peter try this build.
Sorry didn't read the forum for a while. Wasn't the archive meant to include an executable?


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

Re: sQLux Windows (mingw64)

Post by XorA »

Peter wrote:
XorA wrote:@Peter try this build.
Sorry didn't read the forum for a while. Wasn't the archive meant to include an executable?
Urrrrgh, yeah that would help wouldnt it! :-D
sQLux_windows_32bit.zip
(897.71 KiB) Downloaded 100 times


User avatar
Peter
QL Wafer Drive
Posts: 1953
Joined: Sat Jan 22, 2011 8:47 am

Re: sQLux Windows (mingw64)

Post by Peter »

XorA wrote:Urrrrgh, yeah that would help wouldnt it! :-D
The procedure GetTickCount64 was not found.


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

Re: sQLux Windows (mingw64)

Post by XorA »

Peter wrote:
XorA wrote:Urrrrgh, yeah that would help wouldnt it! :-D
The procedure GetTickCount64 was not found.
Hmm, Microsoft says that it available from Vista onwards. I assume that is called by SDL so not something I can easilly fix for earlier OSes.


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

Re: sQLux Windows (mingw64)

Post by XorA »

Peter wrote:
XorA wrote:Urrrrgh, yeah that would help wouldnt it! :-D
The procedure GetTickCount64 was not found.
I think I have found the cause of this, but I don't have an XP machine to test.

Here is a new zip.
sQLux_windows_32bit.zip
(1.1 MiB) Downloaded 71 times


Post Reply