I am working (add/delete/edit) on HKLM\XXX and HKLM\Wow6432Node\XXX branches. I have to use "registrymodule.pbi". The code is verbose and not performance-friendly.
Admin, please add RegAdd(), RegUpdate(), RegDelete() functions, support HKLM\XXX and HKLM\WOW6432Node\XXX branches without using registry module.
Add RegAdd(), RegUpdate(), RegDelete() functions
Add RegAdd(), RegUpdate(), RegDelete() functions
PB 5.x + 6.x + Win10. Feel the ...Pure... Power.
Re: Add RegAdd(), RegUpdate(), RegDelete() functions
I think the Windows Registry is not a good place to make changes or store data...hdt888 wrote: Thu Oct 23, 2025 6:42 am I am working (add/delete/edit) on HKLM\XXX and HKLM\Wow6432Node\XXX branches. I have to use "registrymodule.pbi". The code is verbose and not performance-friendly.
Admin, please add RegAdd(), RegUpdate(), RegDelete() functions, support HKLM\XXX and HKLM\WOW6432Node\XXX branches without using registry module.
And this is Windows only. I think you have to make the "registrymodule.pbi" new, that it fits your needs...
And btw. you can make your own "User-Library" since V6.20...
Just my two cents...
Re: Add RegAdd(), RegUpdate(), RegDelete() functions
Bisonte is correct. Since PureBasic is cross-platform, a full library dedicated to only Windows is not going to be done (Fred has said this before). Only some commands can be platform-specific (and/or have platform-specific flags), but not entire libraries. This is one of the few drawbacks about PureBasic.
Depends what your app does with the Registry. It doesn't have to be about storing app data, but about making changes to the OS.Bisonte wrote: Thu Oct 23, 2025 7:59 amthe Windows Registry is not a good place to make changes or store data
Re: Add RegAdd(), RegUpdate(), RegDelete() functions
Why is there no link?
I'm using this
or my functions
viewtopic.php?p=620067#p620067
viewtopic.php?p=622539#p622539
Re: Add RegAdd(), RegUpdate(), RegDelete() functions
Search before posting
viewtopic.php?t=75805
But this feature request forum serves merely a therapeutic function it seems

viewtopic.php?t=75805
But this feature request forum serves merely a therapeutic function it seems
Re: Add RegAdd(), RegUpdate(), RegDelete() functions
The registry module mentioned by AZJIO serves all you want and more. You can either easily integrate it in every project with just one line or make it a user library and get what you want.
Since it's not platform independent, integration just partly makes sense.
Since it's not platform independent, integration just partly makes sense.
Good morning, that's a nice tnetennba!
PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
Re: Add RegAdd(), RegUpdate(), RegDelete() functions
You can see examples of functions here.
You can see examples of using this module in my ContMenuFiles, SubMenuWin7_10 programs.
You can see examples of using this module in my ContMenuFiles, SubMenuWin7_10 programs.


