QB64 Phoenix Edition
Particle Life - Printable Version

+- QB64 Phoenix Edition (https://staging.qb64phoenix.com)
+-- Forum: QB64 Rising (https://staging.qb64phoenix.com/forumdisplay.php?fid=1)
+--- Forum: Code and Stuff (https://staging.qb64phoenix.com/forumdisplay.php?fid=3)
+---- Forum: Programs (https://staging.qb64phoenix.com/forumdisplay.php?fid=7)
+---- Thread: Particle Life (/showthread.php?tid=1022)

Pages: 1 2


RE: Particle Life - a740g - 11-01-2022

(10-31-2022, 11:20 PM)james2464 Wrote: I'm getting a syntax error on line 425

I'm on Windows 10, using QB64 PE 3.3.0

I'm not sure if it's because of where the files are located or if it's something else...

Edit:  Duh, I see the previous line is 

$If VERSION > 3.3 then


Okay so I guess I'll just wait for advice at this point

Yeah. I may have goofed up there. Comment out lines 424-426 (that whole $If block) and you should be good. The new MessageBox (and more) stuff is going to be there in the upcoming 3.4 update.  Big Grin


RE: Particle Life - james2464 - 11-01-2022

Thanks, works perfectly.

Great work, thank you for sharing this.


RE: Particle Life - mnrvovrfc - 11-01-2022

(11-01-2022, 11:45 AM)a740g Wrote: Yeah. I may have goofed up there. Comment out lines 424-426 (that whole $If block) and you should be good. The new MessageBox (and more) stuff is going to be there in the upcoming 3.4 update.  Big Grin
Hmmm I was wondering why nothing happened when I clicked "About" button, but I shouldn't be complaining about that...

The program is fine the way it is. Again thank you @a740g .


RE: Particle Life - Coolman - 11-01-2022

good. i recompiled version 3.40 of qb64pe. it works. used kdialog to display the dialog box. i have kde. logical. great job.