Search found 9163 matches

by Fred
Fri Aug 01, 2025 10:25 am
Forum: Bugs - Windows
Topic: [Done] IsPack()
Replies: 11
Views: 1127

Re: [Done] IsPack()

Fixed.
by Fred
Fri Aug 01, 2025 10:24 am
Forum: Bugs - Linux
Topic: [Done] SetClipboardText
Replies: 4
Views: 860

Re: [Done] SetClipboardText

Fixed.
by Fred
Fri Aug 01, 2025 10:24 am
Forum: Bugs - Linux
Topic: [Done] OnErrorGoto() doesn't work
Replies: 3
Views: 1346

Re: [Done] OnErrorGoto() doesn't work

Fixed.
by Fred
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.
by Fred
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 ?
by Fred
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.
by Fred
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.
by Fred
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.
by Fred
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
by Fred
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.
by Fred
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