Search found 9163 matches
- Fri Aug 01, 2025 3:38 pm
- Forum: Mac OSX
- Topic: SOLVED: #PB_Menu_Quit - constant not found
- Replies: 3
- Views: 175
Re: #PB_Menu_Quit - constant not found
It's MacOS only constants: https://www.purebasic.com/documentation ... uitem.html
- Fri Aug 01, 2025 10:25 am
- Forum: Bugs - Windows
- Topic: [Done] IsPack()
- Replies: 11
- Views: 1127
Re: [Done] IsPack()
Fixed.
- Fri Aug 01, 2025 10:24 am
- Forum: Bugs - Windows
- Topic: [Done] PB v6.21 DrawText Outside of Visible Range
- Replies: 3
- Views: 515
- Fri Aug 01, 2025 10:24 am
- Forum: Bugs - Linux
- Topic: [Done] SetClipboardText
- Replies: 4
- Views: 860
Re: [Done] SetClipboardText
Fixed.
- Fri Aug 01, 2025 10:24 am
- Forum: Bugs - Linux
- Topic: [Done] OnErrorGoto() doesn't work
- Replies: 3
- Views: 1346
- Fri Aug 01, 2025 10:23 am
- Forum: Bugs - Linux
- Topic: [Done] GrabSprite() does not work properly
- Replies: 2
- Views: 5193
Re: [Done] GrabSprite() does not work properly
Already fixed.
- Fri Aug 01, 2025 10:23 am
- Forum: Bugs - Linux
- Topic: [Done] PackEntryName() with #PB_PackerPlugin_Lzma plugin
- Replies: 1
- Views: 4424
Re: [Done] PackEntryName() with #PB_PackerPlugin_Lzma plugin
Already fixed.
- Fri Aug 01, 2025 10:20 am
- Forum: Bugs - Windows
- Topic: [Done] ListIconGadget and SpinGadget interraction
- Replies: 3
- Views: 1791
- Fri Aug 01, 2025 9:28 am
- Forum: Announcement
- Topic: SpiderBasic 2.31 released!
- Replies: 20
- Views: 34885
Re: SpiderBasic 2.31 released!
I tried here and it seems fine, may be you have an old config in %APPDATA%\SpiderBasic ? Try to remove this folder and try again. Anyone else experiencing this ?
- Wed Jul 30, 2025 10:58 am
- Forum: Coding Questions
- Topic: GetExtensionPart fails with a space
- Replies: 17
- Views: 556
Re: GetExtensionPart fails with a space
Windows doesn't support this, you can check in Explorer, the column 'type' will display nothing if you have a space.
- Wed Jul 30, 2025 9:48 am
- Forum: Coding Questions
- Topic: Call of inbuild procedure overrides own import
- Replies: 2
- Views: 286
Re: Call of inbuild procedure overrides own import
It's not a bug, as the HTTP lib uses the libcurl lib, so it links it and the linker pick the one randomly I guess.
- Wed Jul 30, 2025 9:45 am
- Forum: Coding Questions
- Topic: .dll portaudio bug import on win
- Replies: 2
- Views: 137
Re: .dll portaudio bug import on win
you need to use the .lib, not the .dll.
- Mon Jul 28, 2025 2:06 pm
- Forum: Off Topic
- Topic: Is Google excluded from crawling this board?
- Replies: 10
- Views: 520
Re: Is Google excluded from crawling this board?
I removed the bot check, it should be better
- Thu Jul 17, 2025 6:49 pm
- Forum: Coding Questions
- Topic: Limits of OnErrorCall
- Replies: 7
- Views: 466
Re: Limits of OnErrorCall
if you compile in console mode, you can enable the debugger and ship it with it, but it shouldn't be put in production IMHO as it contains info about the source file name, etc.
- Wed Jul 09, 2025 3:51 pm
- Forum: Game Programming
- Topic: Game test v0.01
- Replies: 50
- Views: 2155
Re: Game test v0.01
That's wild haha