QB64 Phoenix Edition v3.8.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.8.0 Released! (/showthread.php?tid=1754) |
RE: QB64 Phoenix Edition v3.8.0 Released! - grymmjack - 06-17-2023 (06-14-2023, 08:19 PM)Kernelpanic Wrote: As usual: Excellent work! And all for the fun of it! - Hey, at MS would they you with the greatest pleasure. I loved VB6 back in the day. I made some really fun stuff with it. Did you see InformPE? Check it out! @a740g and @fellipe (I'm sorry I don't know if he's a user here, and I have no desire to look for the name because: lazy). made it. You can do neato things like VB6 could! RE: QB64 Phoenix Edition v3.8.0 Released! - grymmjack - 06-17-2023 (06-15-2023, 01:29 PM)mnrvovrfc Wrote: People would still program in assembly language, COBOL, FORTRAN, LISP, Perl and Python because there is a lot of pride about it and because there are millions of U.S.A. dollars consumed by code that has been maintained for decades. There is much less such code for BASIC than for those other languages. BASIC would have had to be in LISP's place in existence and would have had to become pervasive after 10 years to have a chance of a BASIC utopia.I have programmed in ASM this year. It's not a standard thing, but for C=64 and APPLE2 BASIC is mentioned right at the beginning. Thought this was worth sharing. The poster doesn't even know about the microcosms of tribes that still exist writing and making great things with BASIC sub-dialects (yet). I've subscribed and will share some QB64 stuff with them. This channel is fantastic, btw. Check out this great video I found on the Programming Iceberg ! RE: QB64 Phoenix Edition v3.8.0 Released! - grymmjack - 06-17-2023 (06-15-2023, 03:24 PM)bplus Wrote: Could someone explain how the new version ties in with [ qb = export ] ? So, the short answer: "sort of" (and maybe @dbox already saw and replied to this - I'm catching up on the weekend, coffee at the ready!) QBJS uses Javascript in the browser and many great HTML5 things like Canvas, etc. QBJS is striving to achieve broad compatibility with QBasic, QuickBasic, QB64, and adding it's own stuff (much like QB64PE has been improving QB64) too. The QB64* (*=regular, and PE) projects are completely separate from QBJS. We cannot have a qb64pe 3.8.x embed like we can with QBJS because they are separate projects. However, QBJS is opensource, and @dbox and others have put work in to documentation and project management of it's evolution so if you are interested, you should sign up and start helping. Then the answer could be: "(Has bplus implemented the keywords in QBJS that he wants to use in the QB64pe forum?): yes, qbjs will work" @dbox has created the way, and the path is there to walk with your peers and friends! See you on the qbjs github project soon, @bplus! Here is a list of keywords that need to be added, etc. And here is the list of keywords you can use in qbjs. @bplus Javascript isn't that much different than any other programming language, and we could show you how to do stuff to contribute. RE: QB64 Phoenix Edition v3.8.0 Released! - grymmjack - 06-17-2023 (06-15-2023, 05:41 PM)mnrvovrfc Wrote: LOL!!! You can! Go into source mode (CTRL-SHIFT-S) and paste your code in the bbcode then. If you make ANY edits after that, whitespace is hosed. I wish I could figure this out, I tried. I'm not giving up, but... You need to use source edit mode and not WYSIWYG mode. If you like, there is a preference I think you can set to choose which mode to use by default. Then your code will work! Look: Code: (Select All)
(i made some edits I didn't know what the original looked like, but minerva is a cutey! LOLBBQ) RE: QB64 Phoenix Edition v3.8.0 Released! - grymmjack - 06-17-2023 (06-16-2023, 01:43 AM)TerryRitchie Wrote: As a test try this:I had issues with this. It turns out you can't just unzip over top an existing QB64pe, you need to clobber the whole thing. RE: QB64 Phoenix Edition v3.8.0 Released! - grymmjack - 06-17-2023 (06-16-2023, 03:54 PM)Kernelpanic Wrote:LOL.Quote:@mnrvovrfc - The moment I saw the word "cracks" in one of your posts, if I were mod of this forum I would have had to give you a warning.In German computer forums, people who can do something was/are called cracks: He is real great (programmer)! It has nothing to do with the drug crack. Yes and hacker does not mean bad guy trying to steal people's identities. Have you guys ever read the jargon file? It's very out-dated I guess in 2023, but I found it fascinating to read and learn the etymology of some interesting words we use and take for granted. RE: QB64 Phoenix Edition v3.8.0 Released! - GareBear - 06-17-2023 You and mnrvovrfc can widen Minerva by one and the nose is centered. If that is what you both want. I run Linux. It likes its filenames to be case sensitive and I did not get them all correct in Summer.bas by TerryRitchie. That was he was referring to me with my problem and giving his solution to it. RE: QB64 Phoenix Edition v3.8.0 Released! - grymmjack - 06-17-2023 (06-16-2023, 08:55 PM)TerryRitchie Wrote:(06-16-2023, 05:12 PM)bplus Wrote: In USA there was a magazine:I think I purchased every issue of Cracked and Mad Magazine when I was 10 to 14 years old. Al Jaffe's work in Mad Magazine was amazing. I wish I would have kept them. I believe the first Mad Magazine issue I bought was the Star wars parody. My mom did not approve of Mad Magazine ... all the more reason to get them! SAME! I loved Don Martin! He was my fav artist. My mom and I used to go to garage sales and get all the old paperbacks and mags we could. I loved MAD and CRACKED both. I actually still love them. I bought this old CD collection of MAD Magazines a long time ago, and it was awesome. It was before ebooks took over the world, and the CD-ROM era was still in "encyclopedia reference" stuff with Encarta, etc. When we all had slow connections. I might still have this, but I did find this instead and the torrent works. a man said to the universe RE: QB64 Phoenix Edition v3.8.0 Released! - grymmjack - 06-17-2023 (06-17-2023, 05:07 AM)Stuart Wrote: @Pete : Your presence has be sorely missed for a few months now... hope to see you back soon.+100 RE: QB64 Phoenix Edition v3.8.0 Released! - doppler - 06-17-2023 (06-17-2023, 02:09 PM)grymmjack Wrote:Thanks for the sound demo. It's giving me some ideas for revisiting old sound play code I wrote (in programs).(06-14-2023, 12:36 PM)mnrvovrfc Wrote: The additional functionality to SOUND is great, but it's destined to do only one-channel sound. One still has to work for multichannel playback with _SNDRAW and the like. ON PLAY() was never supported by QB64. This is just a reminder for the ambitious ones. |