QB64 Phoenix Edition
Particle Life - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1)
+--- Forum: Prolific Programmers (https://qb64phoenix.com/forum/forumdisplay.php?fid=26)
+---- Forum: a740g (https://qb64phoenix.com/forum/forumdisplay.php?fid=56)
+---- 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.


RE: Particle Life - a740g - 10-14-2024

I realized that ever since I started using GitHub submodule, the link that I has posted earlier was not pulling the full source code. Silly me.

Well, I fixed that, and the full source code is now attached as a zip file in the first post.