Applications, Games, Tools, User libs and useful stuff coded in PureBasic
Axolotl
Addict
Posts: 865 Joined: Wed Dec 31, 2008 3:36 pm
Post
by Axolotl » Fri Oct 03, 2025 11:28 am
The image looks very cool.
Thanks for sharing.
Just because it worked doesn't mean it works.
PureBasic 6.04 (x86) and <latest stable version and current alpha/beta> (x64) on Windows 11 Home . Now started with Linux (VM: Ubuntu 22.04 ).
PeDe
Enthusiast
Posts: 298 Joined: Sun Nov 26, 2017 3:13 pm
Post
by PeDe » Fri Oct 03, 2025 11:29 am
The project cannot be compiled because the constants #LANG_ENGLISH, #LANG_FRENCH, etc. are missing.
(PB v6.30b2 x64 Raspberry Pi OS)
Peter
Mesa
Enthusiast
Posts: 436 Joined: Fri Feb 24, 2012 10:19 am
Post
by Mesa » Fri Oct 03, 2025 1:19 pm
It's strange because these are pb constants, at least on windows, so on rpi linux maybe you can try #lang_english=9, french=12, german=7.
M.
PeDe
Enthusiast
Posts: 298 Joined: Sun Nov 26, 2017 3:13 pm
Post
by PeDe » Fri Oct 03, 2025 2:13 pm
H_Procedures.pbi
Line 1218: Missing EndSelect
Line 1278: Structure not found: ICoreWebView2Controller
I didn't get any further than that; I've never used WebView before.
Peter