QB64 Phoenix Edition
Announcing QB64 Phoenix Edition v0.8.1 Release! - Printable Version

+- QB64 Phoenix Edition (https://staging.qb64phoenix.com)
+-- Forum: Official Links (https://staging.qb64phoenix.com/forumdisplay.php?fid=16)
+--- Forum: Announcements (https://staging.qb64phoenix.com/forumdisplay.php?fid=18)
+--- Thread: Announcing QB64 Phoenix Edition v0.8.1 Release! (/showthread.php?tid=538)



Announcing QB64 Phoenix Edition v0.8.1 Release! - DSMan195276 - 06-10-2022

QB64 Phoenix Edition v0.8.1!

Bug fixes
  - Source files with $ in the name or path will now compile correctly.
  - The 'C++ Compiler Settings...' menu entry now uses the 'm' shortcut key rather than 'o'
  - Programs that use joystick input ('_DEVICES', 'Stick', etc...) will now compile correctly.

Known issues
  - There is an issue with the 'C++ Compiler Settings.' menu. It is recommended to use v0.8.2 which has a fix for this issue.

Full Changelog: https://github.com/QB64-Phoenix-Edition/QB64pe/compare/v0.8.0...v0.8.1


RE: Announcing QB64 Phoenix Edition v0.8.1 Release! - bplus - 06-11-2022

I am not seeing a download button for .8.1


RE: Announcing QB64 Phoenix Edition v0.8.1 Release! - DSMan195276 - 06-11-2022

Did you go here? https://github.com/QB64-Phoenix-Edition/QB64pe/releases/tag/v0.8.1

The downloads are listed under the 'Assets' near the end of the release notes.


RE: Announcing QB64 Phoenix Edition v0.8.1 Release! - bplus - 06-11-2022

Thankyou, that first link didn't get me there, got it now.


RE: Announcing QB64 Phoenix Edition v0.8.1 Release! - bert22306 - 06-11-2022

WTH, over? I did find version 0.8.1 at github, downloaded, ran it, and the C++ complier settings "are not implemented," it says. Downloaded twice, tried to recompile using the source .bas file, but same result.

Tried on my laptop, same result. The C++ compiler settings show up in the options menu, but are not implemented.

I think I found the problem. You have a typo. It says, "Menu Item [C++ Co#mpiler Settings...] not implemented!"

Any simple fix we can type into the source code? Should be simple enough, no?


RE: Announcing QB64 Phoenix Edition v0.8.1 Release! - bplus - 06-11-2022

Yep! same here:
[Image: image-2022-06-10-222106018.png]

Hello$.bas did save and compile correctly.


RE: Announcing QB64 Phoenix Edition v0.8.1 Release! - DSMan195276 - 06-11-2022

Ugg, I'm sorry Undecided I think I missed a step in
./source/ide/ide_methods.bas
, I'll apply a fix and get a new version out.


RE: Announcing QB64 Phoenix Edition v0.8.1 Release! - DSMan195276 - 06-11-2022

Yep, that's embarrassing XD The PR to fix the issue is out, I'll make a v0.8.2 after it gets merged (might not be till tomorrow): https://github.com/QB64-Phoenix-Edition/QB64pe/pull/111

If you don't want to wait you could try using the build from that PR after it finishes.