Posts: 199
Threads: 15
Joined: Apr 2022
Reputation:
4
Particle-Life does not compile under linux with an error message in relation to MessageBox. I guess it's only for windows !
I tested SpaceShooter2K on linux. amazing. great job porting...
I saw that you intend to maintain InForm. excellent news. I never considered using it before because without support a development software is useless...
Posts: 199
Threads: 15
Joined: Apr 2022
Reputation:
4
I use version 3.30 of qb64pe
here is the log :
In file included from internal/c/qbx8.cpp:2546:
internal/c/../temp8/maindata.txt: In function ‘void QBMAIN(void*)’:
internal/c/../temp8/maindata.txt:81:47: error: ‘MessageBox’ was not declared in this scope
81 | FUNC_MESSAGEBOX=(CUSTOMCALL_FUNC_MESSAGEBOX*)&MessageBox;
| ^~~~~~~~~~
make: *** [Makefile:413: internal/c/qbx8.o] Error 1
Posts: 3,936
Threads: 175
Joined: Apr 2022
Reputation:
216
10-31-2022, 05:09 PM
Wow what a massive project!
Someone is evolving evolution? ;-))
Reminds me of STx generation of planet or polar region, a Christmas or 2 ago.
b = b + ...
Posts: 229
Threads: 25
Joined: Aug 2022
Reputation:
23
10-31-2022, 11:20 PM
(This post was last modified: 10-31-2022, 11:22 PM by james2464.)
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