Search found 8357 matches

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

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: 325
Views: 40178

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: 520

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: 520

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: 240

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: 12
Views: 579

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: 520

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: 12
Views: 579

Re: [6.10 beta 9] Assembler error

Any chance to compile with the --commented flag ?
by Fred
Mon Mar 25, 2024 12:58 pm
Forum: Bugs - C backend
Topic: [6.10 beta 9] Assembler error
Replies: 12
Views: 579

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: 195

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: 1509

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 7:47 am
Forum: Coding Questions
Topic: [6.10 b1] OpenLibrary() problem
Replies: 11
Views: 1831

Re: [6.10 b1] OpenLibrary() problem

True, because we switched back the linker to polink. I don't know exactly why.
by Fred
Fri Mar 22, 2024 6:11 pm
Forum: Bugs - Windows
Topic: [PB6.10B9] Problem #PB_Web_SelectedText and #PB_Web_Edge
Replies: 3
Views: 209

Re: [PB6.10B9] Problem #PB_Web_SelectedText and #PB_Web_Edge

This command uses a event waiting loop to be sync so it can't be used in a binded callback unfortunately. I will add a debugger check to detect this easily.
by Fred
Fri Mar 22, 2024 6:08 pm
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 325
Views: 40178

Re: PureBasic 6.10 beta 9 is out !

I just pushed a new build for windows (x86 and x64), feel free to download it again it should fix the reported issues.