Search found 8607 matches

by Fred
Thu Mar 28, 2024 4:19 pm
Forum: General Discussion
Topic: What happend to LTS 6.03 Version?
Replies: 4
Views: 128

Re: What happend to LTS 6.03 Version?

It's now added in the museum
by Fred
Thu Mar 28, 2024 10:55 am
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 286
Views: 36293

Re: PureBasic 6.10 LTS is out !

Final version is out ! Thanks a lot to everyone for the feedback, we are very proud of this new PureBasic release which paves the way for the future with an up-to-date Windows build chain. Special thanks to Freak who did an awesome job on updating some libraries and provide more consistent commandse...
by Fred
Wed Mar 27, 2024 2:57 pm
Forum: Off Topic
Topic: Ads by Google
Replies: 10
Views: 461

Re: Ads by Google

It should be gone by now
by Fred
Wed Mar 27, 2024 10:24 am
Forum: Off Topic
Topic: Ads by Google
Replies: 10
Views: 461

Re: Ads by Google

Disabled the google automatic campaign tests
by Fred
Tue Mar 26, 2024 4:17 pm
Forum: Coding Questions
Topic: Question about coding technique
Replies: 5
Views: 193

Re: Question about coding technique

Something is missing as it can't work like that.
by Fred
Tue Mar 26, 2024 4:09 pm
Forum: Bugs - C backend
Topic: [6.10 beta 9] Assembler error
Replies: 10
Views: 401

Re: [6.10 beta 9] Assembler error

Nice, then you can open the generated 'purebasic.c' file and search for 'ft_1278'
by Fred
Tue Mar 26, 2024 1:30 pm
Forum: Off Topic
Topic: Ads by Google
Replies: 10
Views: 461

Re: Ads by Google

I will take a look
by Fred
Tue Mar 26, 2024 10:31 am
Forum: Bugs - C backend
Topic: [6.10 beta 9] Assembler error
Replies: 10
Views: 401

Re: [6.10 beta 9] Assembler error

Any chance to compile with the --commented flag ?
by Fred
Tue Mar 26, 2024 10:08 am
Forum: Bugs - Windows
Topic: Demo PB doesn't compile code that full version can
Replies: 5
Views: 518

Re: Demo PB doesn't compile code that full version can

True, I will take a look
by Fred
Mon Mar 25, 2024 12:58 pm
Forum: Bugs - C backend
Topic: [6.10 beta 9] Assembler error
Replies: 10
Views: 401

Re: [6.10 beta 9] Assembler error

If you can compile your code with the --commented flag, you should be able to see which PureBasic line triggers this error, then we could investigate.
by Fred
Mon Mar 25, 2024 11:52 am
Forum: Bugs - Windows
Topic: Static array index-less reference
Replies: 1
Views: 139

Re: Static array index-less reference

Looks weird to me, moved to bug reports
by Fred
Mon Mar 25, 2024 10:10 am
Forum: Coding Questions
Topic: quick reading a file of 15 GByte.... how?
Replies: 22
Views: 968

Re: quick reading a file of 15 GByte.... how?

You can also try to increase the internal filebuffer to 1MB to see if it does any difference: https://www.purebasic.com/documentation ... ssize.html
by Fred
Sat Mar 23, 2024 12:32 pm
Forum: Bugs - Windows
Topic: [Done] BUG-v610b9 Debugger crashes w/WebView example
Replies: 6
Views: 401

Re: [Done] BUG-v610b9 Debugger crashes w/WebView example

Just pushed another beta for this fix.