Page 2 of 3

Re: sQLux Windows (mingw64)

Posted: Fri Apr 16, 2021 7:05 pm
by XorA
For those who don't use Linux at all, I've added build instructions for native windows builds in the README.md

Re: sQLux Windows (mingw64)

Posted: Sat Apr 17, 2021 10:36 am
by XorA
*shakes fist at BSD sockets interface for over using the int type*

Re: sQLux Windows (mingw64)

Posted: Sun Apr 18, 2021 2:08 pm
by Peter
Is there a good chance to compile your sQLux code with the 32 bit versions of mingw and SDL?

Re: sQLux Windows (mingw64)

Posted: Sun Apr 18, 2021 3:01 pm
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.

Re: sQLux Windows (mingw64)

Posted: Sun Apr 18, 2021 4:34 pm
by XorA
@Peter try this build.
sQLux_windows_32bit.zip
(701.63 KiB) Downloaded 99 times

Re: sQLux Windows (mingw64)

Posted: Fri Apr 23, 2021 1:49 pm
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?

Re: sQLux Windows (mingw64)

Posted: Fri Apr 23, 2021 2:24 pm
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 104 times

Re: sQLux Windows (mingw64)

Posted: Sat Apr 24, 2021 12:32 pm
by Peter
XorA wrote:Urrrrgh, yeah that would help wouldnt it! :-D
The procedure GetTickCount64 was not found.

Re: sQLux Windows (mingw64)

Posted: Sat Apr 24, 2021 9:09 pm
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.

Re: sQLux Windows (mingw64)

Posted: Wed Jul 28, 2021 2:44 pm
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 73 times