In Inno setup, I set SHAREDMEMLOCATION and SHAREDMEMSIZE as a registry key for BDE
; BDE Memory Hacks
Root:HKLM; Subkey: "SOFTWARE\Wow6432Node\Borland\Database Engine\Settings\SYSTEM\INIT"; ValueType: string; ValueName: "SHAREDMEMLOCATION"; ValueData: "0x5000";
Root:HKLM; Subkey: "SOFTWARE\Wow6432Node\Borland\Database Engine\Settings\SYSTEM\INIT"; ValueType: string; ValueName: "SHAREDMEMSIZE"; ValueData: "4096";
I'm assuming there's either something I don't know about how BDE works or how the windows registry works. I've found some info to which I'm supposed to do BDE stuff through the BDE api but I can't seem to find a lot of info/libraries to do that.