Search found 498 matches

by akee
Fri Oct 24, 2025 6:01 pm
Forum: Announcement
Topic: PureBasic 6.30 beta 4 is ready !
Replies: 105
Views: 17021

Re: PureBasic 6.30 beta 4 is ready !

Thanks PB team...
by akee
Mon Sep 01, 2025 8:50 pm
Forum: Announcement
Topic: PureBasic 6.30 beta 4 is ready !
Replies: 105
Views: 17021

Re: PureBasic 6.30 beta 1 is ready !

thanks PB team.

if possible, can update LoadMesh() to read mesh files version 1.41?
by akee
Sun Aug 24, 2025 7:06 pm
Forum: Feature Requests and Wishlists
Topic: Ogre's LoadMesh() needs an update.
Replies: 0
Views: 1415

Ogre's LoadMesh() needs an update.

I have a few .mesh files that are version 1.41. PB's LoadMesh() is unable to open them.
by akee
Tue Jun 10, 2025 11:45 am
Forum: Announcement
Topic: PureBasic 6.21 is out !
Replies: 169
Views: 39736

Re: PureBasic 6.21 is out !

Thanks Fred.
by akee
Mon May 05, 2025 3:20 pm
Forum: Announcement
Topic: PureBasic 6.21 is out !
Replies: 169
Views: 39736

Re: PureBasic 6.21 beta 8 is out !

Thanks Fred... :D
by akee
Thu Feb 27, 2025 5:08 pm
Forum: Announcement
Topic: PureBasic 6.20 is out !
Replies: 148
Views: 90870

Re: PureBasic 6.20 is out !

thanks breeze4me... your code works.
by akee
Thu Feb 27, 2025 11:04 am
Forum: Announcement
Topic: PureBasic 6.20 is out !
Replies: 148
Views: 90870

Re: PureBasic 6.20 is out !

Just checking, PureLibrary does not support inline assembly yet right?
Compiling this old code returns an error.

; QuickHelp GetCPUID() - Returns the CPU's Processor ID.
ProcedureDLL$ GetCPUID()
Protected tmp_HiBits.l
Protected tmp_LoBits.l
Protected tmp_Serial.q
! mov eax, 01h
! cpuid
! mov ...
by akee
Mon Feb 17, 2025 7:32 am
Forum: Announcement
Topic: PureBasic 6.20 is out !
Replies: 148
Views: 90870

Re: PureBasic 6.20 is out !

SPH wrote: Sat Feb 15, 2025 12:18 am And now, what will PB 6.30 bring?
Your TO DO List
Mobile apps development.
by akee
Fri Feb 14, 2025 12:02 pm
Forum: Announcement
Topic: PureBasic 6.20 is out !
Replies: 148
Views: 90870

Re: PureBasic 6.20 is out !

<3... thanks!
by akee
Sun Dec 15, 2024 3:07 pm
Forum: Announcement
Topic: PureBasic 6.20 is out !
Replies: 148
Views: 90870

Re: PureBasic 6.20 beta 1 is out !

Thanks Fred & Team... :D
by akee
Fri Sep 13, 2024 12:59 pm
Forum: Announcement
Topic: PureBasic 6.12 LTS is out !
Replies: 92
Views: 57177

Re: PureBasic 6.12 LTS is out !

Thanks PureBasic team.
by akee
Mon Aug 19, 2024 8:52 pm
Forum: Feature Requests and Wishlists
Topic: DDS (DirectDraw Surface)
Replies: 0
Views: 1941

DDS (DirectDraw Surface)

Any chance to get UseDDSImageDecoder() and UseDDSImageEncoder()? :wink:

// Edit: Further information about DirectDraw Surface: https://en.wikipedia.org/wiki/DirectDraw_Surface (Kiffi)
by akee
Fri Aug 02, 2024 9:30 am
Forum: Announcement
Topic: PureBasic 6.12 LTS is out !
Replies: 92
Views: 57177

Re: PureBasic 6.12 beta 1 is out !

Thank you Fred.
by akee
Mon May 13, 2024 4:59 pm
Forum: Coding Questions
Topic: Desktop scale
Replies: 13
Views: 4148

Re: Desktop scale



Thanks Sergey for replying but it is still 1.0.

https://imgur.com/a/4c1RJw7


In the image, the text in the IDE is blurred, which shows that the high DPI setting is not applied to the IDE.
Check the settings in the "Compatibility" section of the "Properties" menu item of the IDE's shortcut ...
by akee
Mon May 13, 2024 4:55 pm
Forum: Coding Questions
Topic: Desktop scale
Replies: 13
Views: 4148

Re: Desktop scale

Michael Vogel wrote: Mon May 13, 2024 8:34 am Does the following code return 96?

Code: Select all

Debug GetDeviceCaps_(GetDC_(0),#LOGPIXELSX)
Yes.