Page 8 of 25

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Wed Jan 19, 2022 4:04 pm
by XorA
dilwyn wrote:XorA - thank you so much for the effort you are putting into sQLux. I don't use sQLux, but do appreciate the development work you are doing with this.
Thanks dilwyn, if we send Derek around to install mint you little icon wont need an axe anymore and you'll be a sQLux convert :-D

On that NOTE reading Q-Emulator headers now works (well as far as Ive tested it), could still be some corner cases. Next step is to replace the .-UQLX- files with Q-Emulator headers all round!

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Wed Jan 19, 2022 5:18 pm
by Derek_Stewart
Hi,

I would have install the Welsh language option.

Maybe I coukd compile a Windows version of sQLux, I have a spare core i7 PC doing nothing.

Does the Windows compiled executable compiled on Windows 7 run on Window 10?

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Wed Jan 19, 2022 7:10 pm
by XorA
Derek_Stewart wrote:Hi,

I would have install the Welsh language option.

Maybe I coukd compile a Windows version of sQLux, I have a spare core i7 PC doing nothing.

Does the Windows compiled executable compiled on Windows 7 run on Window 10?
64bit version will run on Win7->Win11
32bit version will run on WinXP->Win11

But you could just use the pre-compiled versions on github!

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Wed Jan 19, 2022 7:21 pm
by XorA
XorA wrote:
Derek_Stewart wrote:Hi,

I would have install the Welsh language option.

Maybe I coukd compile a Windows version of sQLux, I have a spare core i7 PC doing nothing.

Does the Windows compiled executable compiled on Windows 7 run on Window 10?
64bit version will run on Win7->Win11
32bit version will run on WinXP->Win11

But you could just use the pre-compiled versions on github!
I havent tested building on windows for ages as building on linux is so damn easy!

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Fri Jan 21, 2022 12:25 pm
by XorA
Although the tree is still in a bit of turmoil with the file header changes there is a new feature thanks to @Exile!

SPEED = X.X in the sqlux.ini to configure the speed approx relevant to the BBQL. Something thats been on the TODO forever!

Thanks

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Fri Jan 21, 2022 7:01 pm
by M68008
XorA wrote:On that NOTE reading Q-Emulator headers now works (well as far as Ive tested it), could still be some corner cases. Next step is to replace the .-UQLX- files with Q-Emulator headers all round!
Great to hear! IMO having more emulators use the same native format will simplify the life of users.

Btw, Q-emuLator only uses headers for files needing it (e.g. executables) and it also does some escaping of the file name to avoid forbidden names (e.g. CON on Windows) and characters. If anybody is interested, I can share the escaping algorithm.

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Fri Jan 21, 2022 7:38 pm
by bixio60
XorA wrote:
Derek_Stewart wrote:Hi,

I would have install the Welsh language option.

Maybe I coukd compile a Windows version of sQLux, I have a spare core i7 PC doing nothing.

Does the Windows compiled executable compiled on Windows 7 run on Window 10?
64bit version will run on Win7->Win11
32bit version will run on WinXP->Win11

But you could just use the pre-compiled versions on github!
Hi,
tried to compile sQLux on my new MacBook 16" M1 and did not succeed....installed cmake 3.22.1 and SDL2 2.0.20 but cmake return the error SDL2 not found ....any hope to have directly the executable for MacBook ?

Regards

Fabrizio

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Fri Jan 21, 2022 7:49 pm
by XorA
bixio60 wrote:
XorA wrote:
Derek_Stewart wrote:Hi,

I would have install the Welsh language option.

Maybe I coukd compile a Windows version of sQLux, I have a spare core i7 PC doing nothing.

Does the Windows compiled executable compiled on Windows 7 run on Window 10?
64bit version will run on Win7->Win11
32bit version will run on WinXP->Win11

But you could just use the pre-compiled versions on github!
Hi,
tried to compile sQLux on my new MacBook 16" M1 and did not succeed....installed cmake 3.22.1 and SDL2 2.0.20 but cmake return the error SDL2 not found ....any hope to have directly the executable for MacBook ?

Regards

Fabrizio
Most development is done on an m1.

And it compiled 5 mins ago on one.

Did you use brew to install cmake/sdl ?

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Fri Jan 21, 2022 8:04 pm
by bixio60
..........

Did you use brew to install cmake/sdl ?

No, i used .dmg files cmake-3.22.1-macos-universal.dmg and SDL2-2.0.20.dmg, I will try brew ....

Fabrizio

Re: sQLux v1.0 (The Xmas Turkey)

Posted: Fri Jan 21, 2022 9:07 pm
by bixio60
Done... :D