thanks PB team.
if possible, can update LoadMesh() to read mesh files version 1.41?
Search found 497 matches
- Mon Sep 01, 2025 8:50 pm
- Forum: Announcement
- Topic: PureBasic 6.30 beta 1 is ready !
- Replies: 44
- Views: 4644
- Sun Aug 24, 2025 7:06 pm
- Forum: Feature Requests and Wishlists
- Topic: Ogre's LoadMesh() needs an update.
- Replies: 0
- Views: 586
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.
- Tue Jun 10, 2025 11:45 am
- Forum: Announcement
- Topic: PureBasic 6.21 is out !
- Replies: 169
- Views: 35647
Re: PureBasic 6.21 is out !
Thanks Fred.
- Mon May 05, 2025 3:20 pm
- Forum: Announcement
- Topic: PureBasic 6.21 is out !
- Replies: 169
- Views: 35647
Re: PureBasic 6.21 beta 8 is out !
Thanks Fred... 

- Thu Feb 27, 2025 5:08 pm
- Forum: Announcement
- Topic: PureBasic 6.20 is out !
- Replies: 148
- Views: 83039
Re: PureBasic 6.20 is out !
thanks breeze4me... your code works.
- Thu Feb 27, 2025 11:04 am
- Forum: Announcement
- Topic: PureBasic 6.20 is out !
- Replies: 148
- Views: 83039
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 ...
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 ...
- Mon Feb 17, 2025 7:32 am
- Forum: Announcement
- Topic: PureBasic 6.20 is out !
- Replies: 148
- Views: 83039
Re: PureBasic 6.20 is out !
Mobile apps development.
- Fri Feb 14, 2025 12:02 pm
- Forum: Announcement
- Topic: PureBasic 6.20 is out !
- Replies: 148
- Views: 83039
Re: PureBasic 6.20 is out !
<3... thanks!
- Sun Dec 15, 2024 3:07 pm
- Forum: Announcement
- Topic: PureBasic 6.20 is out !
- Replies: 148
- Views: 83039
Re: PureBasic 6.20 beta 1 is out !
Thanks Fred & Team... 

- Fri Sep 13, 2024 12:59 pm
- Forum: Announcement
- Topic: PureBasic 6.12 LTS is out !
- Replies: 92
- Views: 53549
Re: PureBasic 6.12 LTS is out !
Thanks PureBasic team.
- Mon Aug 19, 2024 8:52 pm
- Forum: Feature Requests and Wishlists
- Topic: DDS (DirectDraw Surface)
- Replies: 0
- Views: 1925
DDS (DirectDraw Surface)
Any chance to get UseDDSImageDecoder() and UseDDSImageEncoder()? 
// Edit: Further information about DirectDraw Surface: https://en.wikipedia.org/wiki/DirectDraw_Surface (Kiffi)

// Edit: Further information about DirectDraw Surface: https://en.wikipedia.org/wiki/DirectDraw_Surface (Kiffi)
- Fri Aug 02, 2024 9:30 am
- Forum: Announcement
- Topic: PureBasic 6.12 LTS is out !
- Replies: 92
- Views: 53549
Re: PureBasic 6.12 beta 1 is out !
Thank you Fred.
- Mon May 13, 2024 4:59 pm
- Forum: Coding Questions
- Topic: Desktop scale
- Replies: 13
- Views: 4071
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 ...
- Mon May 13, 2024 4:55 pm
- Forum: Coding Questions
- Topic: Desktop scale
- Replies: 13
- Views: 4071
Re: Desktop scale
Yes.Michael Vogel wrote: Mon May 13, 2024 8:34 am Does the following code return 96?Code: Select all
Debug GetDeviceCaps_(GetDC_(0),#LOGPIXELSX)
- Sun May 12, 2024 8:28 pm
- Forum: Coding Questions
- Topic: Desktop scale
- Replies: 13
- Views: 4071