Back in the day I was coding 2d games in BlitzBasic, which was really cool. But it was fullscreen only, no way to open even a simple window with a button. In their online FAQ they recommended PureBasic for such purpose. Well, it was love at first sight.
Bought the full version through André, I ...
Search found 84 matches
- Wed Sep 10, 2025 8:34 pm
- Forum: General Discussion
- Topic: Happy Birthday, PureBasic!
- Replies: 12
- Views: 822
- Fri Mar 14, 2025 5:19 pm
- Forum: Applications - Feedback and Discussion
- Topic: Sudoku Master, make/solve sudoku puzzles
- Replies: 12
- Views: 3203
Re: Sudoku Master, make/solve sudoku puzzles
Awesome, thanks a lot for sharing! 

- Fri Feb 16, 2024 9:15 pm
- Forum: Announcement
- Topic: Old School Text Advenure System
- Replies: 15
- Views: 6316
Re: Old School Text Advenure System
This sounds interesting - and fun! Would like to try it and create a little text adventure with it. Is there any donwload without giving my email adress?
- Tue Oct 31, 2023 10:25 pm
- Forum: Coding Questions
- Topic: Fullscreen drawing in real-time ?
- Replies: 23
- Views: 2970
Re: Fullscreen drawing in real-time ?
You need a screen to do this. Check the 2d and 3d Multimedia&Game Libs in the manual.
Here is another quick example:
ExamineDesktops()
width = DesktopWidth(0)
height = DesktopHeight(0)
vx = 2 ; speed of text movement x
vy = 2 ; speed of text movement y
; create a window...
If OpenWindow(0, 0, 0 ...
Here is another quick example:
ExamineDesktops()
width = DesktopWidth(0)
height = DesktopHeight(0)
vx = 2 ; speed of text movement x
vy = 2 ; speed of text movement y
; create a window...
If OpenWindow(0, 0, 0 ...
- Mon Oct 16, 2023 11:23 am
- Forum: Tricks 'n' Tips
- Topic: RichEdit Functions (OOP) New: with Image-Support
- Replies: 78
- Views: 50523
Re: RichEdit Functions (OOP) New: with Image-Support
Hello there,
I use this great module for several projects. With new PB-Versions I have the following problems:
PB 6.01 LTS:
Spell checking shows a black underline instead of the wavy red line.
PB 6.03 LTS:
Spell checking, text alignment and custom fonts don't work anymore.
My OS is Win 11 ...
I use this great module for several projects. With new PB-Versions I have the following problems:
PB 6.01 LTS:
Spell checking shows a black underline instead of the wavy red line.
PB 6.03 LTS:
Spell checking, text alignment and custom fonts don't work anymore.
My OS is Win 11 ...
- Fri Jan 15, 2021 9:11 pm
- Forum: Tricks 'n' Tips
- Topic: QR Code encoder library ported to PB
- Replies: 28
- Views: 17817
Re: QR Code generator library ported to PB
@Infratec: This is really great - thanks a lot for sharing!
- Tue Jan 05, 2021 1:27 pm
- Forum: Feature Requests and Wishlists
- Topic: Updated Webgadget on Windows
- Replies: 21
- Views: 7448
Re: Updated Webgadget on Windows
So am I!the.weavster wrote:I'm in for the cost of a new PB license, i.e. EUR 79
- Tue Jan 05, 2021 1:25 pm
- Forum: Feature Requests and Wishlists
- Topic: My wishes for 2021
- Replies: 13
- Views: 3815
Re: My wishes for 2021
Same here!KosterNET wrote:+1 for all threethe.weavster wrote:IdeasVacuum wrote:HTML5 webgadget +1Seymour Clufley wrote:If it could be monitored for events like a regular window in PB, that would be ideal.A modern WebGadget would definitely be my number 1 choice for a new PB feature.Then wrote:I'm happy to pay again for it

- Mon Nov 16, 2020 7:38 pm
- Forum: Announcement
- Topic: PureBasic 5.73 LTS is available
- Replies: 103
- Views: 163630
Re: PureBasic 5.73 beta 4 is available
Thank you Fred and Kukulkan. This was exactly my level of knowledge in this matter and it is also the result of my own research.Fred wrote:PB doesn't use statically linked QT, so the license which apply is the LGPL. So you don't have to buy a license when you ship a QT version of your PB program on Linux.
- Sat Nov 14, 2020 3:06 pm
- Forum: Announcement
- Topic: PureBasic 5.73 LTS is available
- Replies: 103
- Views: 163630
Re: PureBasic 5.73 beta 4 is available
License:
The license is LGPL and we are not statically linking (the binaries provided with the Linux distribution are used). So the license situation is the same as with Gtk. Commercial use should be no problem.
full post:
https://www.purebasic.fr/english/viewtopic.php?p=522895#p522895
Again ...
The license is LGPL and we are not statically linking (the binaries provided with the Linux distribution are used). So the license situation is the same as with Gtk. Commercial use should be no problem.
full post:
https://www.purebasic.fr/english/viewtopic.php?p=522895#p522895
Again ...
- Sat Nov 14, 2020 2:41 pm
- Forum: Announcement
- Topic: PureBasic 5.73 LTS is available
- Replies: 103
- Views: 163630
Re: PureBasic 5.73 beta 4 is available
I use PB also to write programs for customers.
If you read the license of Qt you will notice that you have to buy it in this case, and it is really really expensive
to use Qt for a commercial program.
Even if you use it only with external libraries of Qt you have to buy it.
That's the reason why I ...
If you read the license of Qt you will notice that you have to buy it in this case, and it is really really expensive
to use Qt for a commercial program.
Even if you use it only with external libraries of Qt you have to buy it.
That's the reason why I ...
- Sun Nov 01, 2020 3:11 pm
- Forum: Tricks 'n' Tips
- Topic: Tutorial: Using the Text Object Model (TOM) with Pure Basic
- Replies: 5
- Views: 3090
Re: Tutorial: Using the Text Object Model (TOM) with Pure Ba
Wow, this is really interesting. Very cool, thanks!
- Sun Oct 25, 2020 8:51 pm
- Forum: General Discussion
- Topic: 3rd Party Libs/Wrappers having a short live with PureBasic?
- Replies: 7
- Views: 4658
Re: 3rd Party Libs/Wrappers having a short live with PureBas
True words, DK_PETER. Thanks for this nice conclusion. Nothing left to say.
- Fri Oct 23, 2020 11:58 am
- Forum: Feature Requests and Wishlists
- Topic: Updated Webgadget on Windows
- Replies: 21
- Views: 7448
Re: Updated Webgadget on Windows
Yes, please! +1^256 

- Fri May 22, 2020 2:34 pm
- Forum: Tricks 'n' Tips
- Topic: Vector Curve Designer (RAD Tool)
- Replies: 96
- Views: 38070