Announcing QB64 Phoenix Edition v0.5 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.5 Release! (/showthread.php?tid=257) |
Announcing QB64 Phoenix Edition v0.5 Release! - admin - 04-28-2022 Release v0.5.0 · QB64-Phoenix-Edition/QB64pe (github.com) Another step forward in making our first version "1.0" as the new team working on QB64. This release (version 0.5) now:
Click on the big title above to go directly to the release page and grab yourself a copy of the latest version for all your QB64 needs! RE: Announcing QB64 Phoenix Edition v0.5 Release! - Coolman - 04-28-2022 thank you for your work. is this version based on qb64 2.01? RE: Announcing QB64 Phoenix Edition v0.5 Release! - PhilOfPerth - 04-28-2022 Pardon my ignorance, but what's the simplest way to transition from the old tQB64 to the new one? Will I need to move my "home-grown" files, or anything else, into a new directory? RE: Announcing QB64 Phoenix Edition v0.5 Release! - Tim - 04-28-2022 (04-28-2022, 10:44 AM)PhilOfPerth Wrote: Pardon my ignorance, but what's the simplest way to transition from the old tQB64 to the new one? Will I need to move my "home-grown" files, or anything else, into a new directory? I think all you need to do is copy and paste. That is what I did. I left my old "qb64" file folder alone and made a new "qb64 phoenix v 0.50" folder. And I copied and pasted the new and my own "old" .bas files into it. Do get a second opinion, though! RE: Announcing QB64 Phoenix Edition v0.5 Release! - SMcNeill - 04-28-2022 (04-28-2022, 10:16 AM)Coolman Wrote: thank you for your work. is this version based on qb64 2.01? If this was still under the plain QB64 name, this would be version 2.05, or so. See my post explaining things here: Who and What is The Phoenix Edition (qb64phoenix.com) (04-28-2022, 01:37 PM)Tim Wrote:(04-28-2022, 10:44 AM)PhilOfPerth Wrote: Pardon my ignorance, but what's the simplest way to transition from the old tQB64 to the new one? Will I need to move my "home-grown" files, or anything else, into a new directory? That's one way to do things, and a lot of people do exactly that to keep things all together. Another, if you have all your files in a separate folder, is to be certain to click the "Output EXE to source folder" option under the RUN menu in the IDE. Doing so will have your compiled EXEs stay with the source files, no matter where they're at. In this manner, you can keep all your files in "My Documents/My BAS files/" (or whatever other folder you like), and then simply load and compile the working EXE to that folder, so that all you have to do when it come time to upgrade is simply to download and extract the latest, greatest version of QB64 available. RE: Announcing QB64 Phoenix Edition v0.5 Release! - Tim - 04-28-2022 (04-28-2022, 02:52 PM)SMcNeill Wrote:(04-28-2022, 10:16 AM)Coolman Wrote: thank you for your work. is this version based on qb64 2.01? Thanks, Steve. That clarifies and simplifies things for me. RE: Announcing QB64 Phoenix Edition v0.5 Release! - JRace - 05-04-2022 FYI the last line of qb64.1 in the 0.5.0 repo still points to the old .org site. RE: Announcing QB64 Phoenix Edition v0.5 Release! - SMcNeill - 05-04-2022 (05-04-2022, 06:36 PM)JRace Wrote: FYI the last line of qb64.1 in the 0.5.0 repo still points to the old .org site. It's in a Pull Request to be fixed now, along with the links in copying.txt and samples.txt. |