Search found 8319 matches

by Fred
Fri Mar 29, 2024 7:07 pm
Forum: Coding Questions
Topic: Small exe 3.15 times bigger in PB 6.10 than in PB 6.04
Replies: 15
Views: 432

Re: Small exe 3.15 times bigger in PB 6.10 than in PB 6.04

If you own Visual Studio 2022, you can put link.exe and it's dependencies in the Purebasic/Compilers/VC/ directory (just create it) and you should have a bit smaller exe.
by Fred
Fri Mar 29, 2024 7:04 pm
Forum: Linux
Topic: How to use OpenLibrary() with Linux
Replies: 6
Views: 120

Re: How to use OpenLibrary() with Linux

If bass is installed, you should use only ImportC "-lbass" and it should work everywhere
by Fred
Fri Mar 29, 2024 5:39 pm
Forum: Linux
Topic: How to use OpenLibrary() with Linux
Replies: 6
Views: 120

Re: How to use OpenLibrary() with Linux

How do you import the bass library in your code ?
by Fred
Fri Mar 29, 2024 1:35 pm
Forum: Bugs - Mac OSX
Topic: [Done] Crash with SendNetworkData
Replies: 11
Views: 5078

Re: [Done] Crash with SendNetworkData

Thanks !
by Fred
Fri Mar 29, 2024 11:53 am
Forum: 3D Programming
Topic: Ocean v2 (shader OpenGL)
Replies: 20
Views: 7664

Re: Ocean v2 (shader OpenGL)

Works nicely as well here. Be sure you don't have a subsystem specified.
by Fred
Fri Mar 29, 2024 9:56 am
Forum: Bugs - Mac OSX
Topic: [Done] Crash with SendNetworkData
Replies: 11
Views: 5078

Re: Crash with SendNetworkData

Could you try it ? :)
by Fred
Fri Mar 29, 2024 9:16 am
Forum: Feature Requests and Wishlists
Topic: EncodeSprite()
Replies: 4
Views: 213

Re: EncodeSprite()

On a side note, checking the result of StartDrawing() is strongly recommanded
by Fred
Thu Mar 28, 2024 4:19 pm
Forum: General Discussion
Topic: What happend to LTS 6.03 Version?
Replies: 4
Views: 159

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: 296
Views: 36912

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

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

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

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

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

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

Re: [6.10 beta 9] Assembler error

Any chance to compile with the --commented flag ?