-
Bill Gates
- PowerBuilder
- Wednesday, 16 July 2025 02:18 PM UTC
PB 2022 R3 Build 3441
RegistrySet('HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows', 'GDIProcessHandleQuota', ReguLong!, ll_gdi)
When compile PB program for 32-bit , RegistrySet automatically redirected to the Wow6432Node registry entry ,the value changed is HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Windows\GDIProcessHandleQuota;
When compile PB program for 64-bit , RegistrySet not automatically redirected to the Wow6432Node.
Registry functions - - Upgrading PowerBuilder Applications
Starting from PowerBuilder 2019, the registry functions (including RegistryDelete, RegistryKeys, RegistryGet, RegistrySet, & RegistryValues) are no longer automatically redirected to the Wow6432Node registry entry in a 64-bit operating system; these functions will directly access the 64-bit registry entries.
According to Appeon's help, starting from the 2019 version, registry - related functions will not be automatically redirected to Wow6432Node. Did I misunderstand?
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.