Author Topic: QB64x32 (12-22-2018)  (Read 3132 times)

0 Members and 1 Guest are viewing this topic.

Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • View Profile
    • Steve’s QB64 Archive Forum
QB64x32 (12-22-2018)
« on: December 22, 2018, 09:47:08 am »
As you guys probably noticed, I updated the Windows 64-bit version of QB64 to be all up to date and caught up with all the development changes in the language, as of today.  (12-22-2018)

I also swapped out the old compiler we were using from the stone ages, and replaced it with the newest version mingw offers.  (Currently 8.1 if I remember correctly.)

While doing the swapping out the 64-bit compiler and such to the latest version, I also took time to swap out the 32-bit version to the latest, greatest mingw version. 

If you guys want a copy of QB64 packaged with the 8.10 mingw compiler, you can grab a working version from: (DOWNLOAD TEMPORARILY DISABLED WHILE DEBUGGING)

NOTE:  Nothing in QB64 itself has changed, except a little tweaking to resolve a few naming conflicts with the newest compiler.  All this is, is a swap of the engine under the hood, so it compiles with the newest c-compiler, instead of a version several years old.  Don't expect any new flashes or whistles; it'll look and run just like you're used to, without any noticeable differences.
« Last Edit: December 22, 2018, 12:30:35 pm by SMcNeill »
https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!

Offline RhoSigma

  • QB64 Developer
  • Forum Resident
  • Posts: 565
    • View Profile
Re: QB64x32 (12-22-2018)
« Reply #1 on: December 22, 2018, 11:45:56 am »
Sorry Steve, it's worse than x64, even the IDE is broken here. All I get when running qb64.exe is a black window saying "UNEXPECTED INTERNAL COMPILER ERROR! - Caused by (or after) LINE 0:", even if running it as admin, no change...
« Last Edit: January 22, 2019, 01:49:47 am by RhoSigma »
My Projects:   https://qb64forum.alephc.xyz/index.php?topic=809
GuiTools - A graphic UI framework (can do multiple UI forms/windows in one program)
Libraries - ImageProcess, StringBuffers (virt. files), MD5/SHA2-Hash, LZW etc.
Bonus - Blankers, QB64/Notepad++ setup pack

Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • View Profile
    • Steve’s QB64 Archive Forum
Re: QB64x32 (12-22-2018)
« Reply #2 on: December 22, 2018, 11:52:39 am »
Now, that is bad!  No idea what the heck's going on there, as it's working more or less as it should for me (with the exception of LINE, and I'm sorting it out now.)
https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!