Search found 8374 matches

by Fred
Thu Apr 18, 2024 9:23 am
Forum: Tricks 'n' Tips
Topic: atomic web server threads
Replies: 71
Views: 3822

Re: atomic web server threads

Great website and project :D
by Fred
Wed Apr 17, 2024 4:17 pm
Forum: Announcement
Topic: PureBasic 6.11 LTS Beta 1 is ready for testing !
Replies: 9
Views: 585

PureBasic 6.11 LTS Beta 1 is ready for testing !

Hello, Nothing fancy this time, just a quick bug fix release following the massive 6.10 version to improve the overall stability. Don't hesitate to test it, we don't expect any regression: Bugfixes for this version: Windows: [Done] PB 6.03 icon size on high DPi display Windows: [Done] PB6.03b9 Possi...
by Fred
Wed Apr 17, 2024 9:42 am
Forum: Feature Requests and Wishlists
Topic: Frame rate only as fast as the main monitor when showing game on secondary monitor using DPI aware
Replies: 1
Views: 417

Re: Frame rate only as fast as the main monitor when showing game on secondary monitor using DPI aware

Thats probably not a Windows bug but PB doesn't support multimonitors for games app for now, so I will move this in feature requests.
by Fred
Wed Apr 17, 2024 9:42 am
Forum: Bugs - Windows
Topic: FileSize Function And Extended Paths
Replies: 6
Views: 284

Re: FileSize Function And Extended Paths

Works here as well, do you have any more information ?
by Fred
Wed Apr 17, 2024 9:41 am
Forum: Windows
Topic: Debug window not always in front when DPI aware executable
Replies: 1
Views: 416

Re: Debug window not always in front when DPI aware executable

I can reproduce it here as well and it seems like a third party program (here Radeon stuff) put the window on top when it detect a fullscreen opengl window. If it's not fullscreen, no problem: ExamineDesktops() Width = DesktopWidth(0) Height = DesktopHeight(0)/2 ; Height = DesktopHeight(0) ; Uncomme...
by Fred
Wed Apr 17, 2024 9:41 am
Forum: Bugs - Windows
Topic: [Done] Static array index-less reference
Replies: 5
Views: 309

Re: Static array index-less reference

It's actually a shortcut to array[0] and we use this a lot in the IDE. That said, it should be only available to 'unknow sized' static array (ie declared as array[0]) so you would have spotted your error quickly.
Fixed for this case.
by Fred
Wed Apr 17, 2024 9:41 am
Forum: Bugs - Windows
Topic: [Done] PB 6.03 icon size on high DPi display
Replies: 10
Views: 1117

Re: [Done] PB 6.03 icon size on high DPi display

Added a new shiny 256x256 icon for the IDE.
by Fred
Wed Apr 17, 2024 9:40 am
Forum: Bugs - Windows
Topic: [Done] StatusBarField sizes are wrong
Replies: 3
Views: 395

Re: [Done] StatusBarField sizes are wrong

Fixed.
by Fred
Wed Apr 17, 2024 9:40 am
Forum: Bugs - Windows
Topic: [Done] ListSize and MapSize = -1
Replies: 5
Views: 324

Re: [Done] ListSize and MapSize = -1

Fixed.
by Fred
Wed Apr 17, 2024 9:40 am
Forum: Bugs - Windows
Topic: [PB 6.03 x64] DLL negative return value difference Asm and C
Replies: 6
Views: 489

Re: [PB 6.03 x64] DLL negative return value difference Asm and C

Seems to work with 6.10, can anybody confirm ?
by Fred
Wed Apr 17, 2024 9:39 am
Forum: Bugs - Windows
Topic: [Done] #BS_RIGHTBUTTON wrong value
Replies: 1
Views: 144

Re: [Done] #BS_RIGHTBUTTON wrong value

Fixed.