Search found 504 matches
- Mon Mar 09, 2026 9:52 am
- Forum: Feature Requests and Wishlists
- Topic: Wishlist for PB 7.0 :)
- Replies: 63
- Views: 21646
Re: Wishlist for PB 7.0 :)
It would be nice to see a more flexible and extensive gadget theming (ex StringGadget's border's tips (rounded/sharp) & color, padding etc...) without setting a callback to Win32.
- Sat Jan 31, 2026 3:10 pm
- Forum: Feature Requests and Wishlists
- Topic: UserResidents
- Replies: 2
- Views: 2499
UserResidents
Please allow constants (.res] files to be included from:
Thank you.
Code: Select all
../PureBasic/Residents/UserResidents- Fri Jan 30, 2026 7:52 am
- Forum: Announcement
- Topic: PureBasic 6.30 is out !
- Replies: 187
- Views: 71633
Re: PureBasic 6.30 beta 4 is ready !
Will 6.40 be able to read .res files from the folder ../PureBasic/Residents/UserResidents if you create it?
Currently 6.30 does not.
Thanks.
- Mon Jan 26, 2026 3:13 pm
- Forum: Announcement
- Topic: PureBasic 6.40 beta 2 is ready, surprise inside !
- Replies: 175
- Views: 39266
- Mon Jan 12, 2026 4:43 pm
- Forum: Announcement
- Topic: PureBasic 6.30 is out !
- Replies: 187
- Views: 71633
Re: PureBasic 6.30 is out !
Thanks Fred & team.
- Fri Nov 07, 2025 8:25 am
- Forum: Announcement
- Topic: PureBasic 6.30 is out !
- Replies: 187
- Views: 71633
Re: PureBasic 6.30 beta 4 is ready !
Hi Fred,
It would be nice to have ../PureBasic/Residents/UserResidents folder for constants. Something like ../PureBasic/PureLibraries/UserLibraries folder for libraries.
PureLibrary has made my programming journey so much more pleasant. Thank you.
It would be nice to have ../PureBasic/Residents/UserResidents folder for constants. Something like ../PureBasic/PureLibraries/UserLibraries folder for libraries.
PureLibrary has made my programming journey so much more pleasant. Thank you.
- Fri Oct 24, 2025 6:01 pm
- Forum: Announcement
- Topic: PureBasic 6.30 is out !
- Replies: 187
- Views: 71633
Re: PureBasic 6.30 beta 4 is ready !
Thanks PB team...
- Mon Sep 01, 2025 8:50 pm
- Forum: Announcement
- Topic: PureBasic 6.30 is out !
- Replies: 187
- Views: 71633
Re: PureBasic 6.30 beta 1 is ready !
thanks PB team.
if possible, can update LoadMesh() to read mesh files version 1.41?
if possible, can update LoadMesh() to read mesh files version 1.41?
- Sun Aug 24, 2025 7:06 pm
- Forum: Feature Requests and Wishlists
- Topic: Ogre's LoadMesh() needs an update.
- Replies: 0
- Views: 2096
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: 170
- Views: 82104
Re: PureBasic 6.21 is out !
Thanks Fred.
- Mon May 05, 2025 3:20 pm
- Forum: Announcement
- Topic: PureBasic 6.21 is out !
- Replies: 170
- Views: 82104
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: 110893
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: 110893
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: 110893
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: 110893
Re: PureBasic 6.20 is out !
<3... thanks!