QB64 Phoenix Edition
QB64 Phoenix Edition v3.5.0 Released! - 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: QB64 Phoenix Edition v3.5.0 Released! (/showthread.php?tid=1386)

Pages: 1 2 3 4 5 6 7 8


RE: QB64 Phoenix Edition v3.5.0 Released! - TerryRitchie - 01-10-2023

I just saw this, awesome! Thank you guys for keeping up with development of QB64PE. Now I'm off to play with my https Big Grin


RE: QB64 Phoenix Edition v3.5.0 Released! - mdijkens - 01-10-2023

Great additions and fixes in this release. Thank you all for the pace qb64pe is maturing!

I think bug fix #252 (loading help from wiki via libcurl) is not working completely yet.
If I put the cursor on a _SNDOPEN command in the IDE and press F1, I still see the old wiki-page without mentioning the new 'memory' capability option?
or is something else going wrong on my end?


RE: QB64 Phoenix Edition v3.5.0 Released! - mnrvovrfc - 01-10-2023

(01-10-2023, 11:15 AM)mdijkens Wrote: I think bug fix #252 (loading help from wiki via libcurl) is not working completely yet.
If I put the cursor on a _SNDOPEN command in the IDE and press F1, I still see the old wiki-page without mentioning the new 'memory' capability option?
or is something else going wrong on my end?

The Wiki is a work in progress. Please be patient. Don't make RhoSigma angry...

The explanation is on the first page of this thread for now.


RE: QB64 Phoenix Edition v3.5.0 Released! - RhoSigma - 01-10-2023

(01-10-2023, 11:15 AM)mdijkens Wrote: Great additions and fixes in this release. Thank you all for the pace qb64pe is maturing!

I think bug fix #252 (loading help from wiki via libcurl) is not working completely yet.
If I put the cursor on a _SNDOPEN command in the IDE and press F1, I still see the old wiki-page without mentioning the new 'memory' capability option?
or is something else going wrong on my end?

That's not a problem of the Wiki download, @a740g simply doesn't made the changes to the _SNDOPEN page in time. Spoken different, at the time the new release archive was assembled, the page was still the old one.

When showing the _SNDOPEN help in the IDE, simply select the "Update current page" entry from the "Help" menu (top/right IDE corner). Make sure you're online Big Grin


RE: QB64 Phoenix Edition v3.5.0 Released! - mdijkens - 01-10-2023

Aha, did not notice that menu-option before :-)
There's even an update all (I'm currently running) 

Thanks for the tip!


RE: QB64 Phoenix Edition v3.5.0 Released! - Coolman - 01-10-2023

for your information, version 3.5.0 of qb64pe does not compile under ubuntu 22.04. you need to install libcurl4-openssl-dev to solve the problem.


RE: QB64 Phoenix Edition v3.5.0 Released! - mnrvovrfc - 01-10-2023

That should be part of "build-essentials" if it's not already. I was able to build QB64PE v3.5 without problems on Manjaro MATE. I will be checking on at least four other distros.


RE: QB64 Phoenix Edition v3.5.0 Released! - doppler - 01-10-2023

In reference to bug fix for #282 and #284.  I would need to recompile to exe, my programs ?  Otherwise no quicker startup ?


RE: QB64 Phoenix Edition v3.5.0 Released! - SpriggsySpriggs - 01-10-2023

Congrats on a new release. The new features sound quite interesting


RE: QB64 Phoenix Edition v3.5.0 Released! - DSMan195276 - 01-10-2023

(01-10-2023, 11:49 AM)Coolman Wrote: for your information, version 3.5.0 of qb64pe does not compile under ubuntu 22.04. you need to install libcurl4-openssl-dev to solve the problem.

Did you use the setup script to build it? I added that package to the list of dependences, it should have installed it for you.

(01-10-2023, 01:45 PM)doppler Wrote: In reference to bug fix for #282 and #284.  I would need to recompile to exe, my programs ?  Otherwise no quicker startup ?

Yes, you will need to recompile your programs with the latest version.