10-31-2022, 09:42 PM
(10-31-2022, 03:48 PM)a740g Wrote:Works fine for me on Manjaro MATE, QB64PE v3.1. This is pretty cool, thank you for this!(10-31-2022, 03:34 PM)Coolman Wrote: Particle-Life does not compile under linux with an error message in relation to MessageBox. I guess it's only for windows !
Let me check that. It should work. Which version of QB64 or QB64-PE are you using?
:
Hmmm it must have been modified within six hours, I see.
Strange error message. The "libqb.cpp" function definitions should be private, because there is a redefinition of "MessageBox" for Linux which uses either "xmessage" or "zenity". For me, anyway, I was able to fix it so it uses "zenity" but not all penguins come with that one pre-installed.