UNeverNo
Chieftain
I need to take a closer look. Unfortunately I haven't installed VB on my machine atmo...
wxRegKey *civ32 = new wxRegKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\Firaxis Games\\Sid Meier's Civilization 4");
wxRegKey *civGold32 = new wxRegKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\Firaxis Games\\Sid Meier's Civilization 4 Gold");
wxRegKey *civComplete32 = new wxRegKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\Firaxis Games\\Sid Meier`s Civilization 4 Complete");
wxRegKey *bts32 = new wxRegKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\Firaxis Games\\Sid Meier's Civilization 4 - Beyond the Sword");
wxRegKey *warlords32 = new wxRegKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\Firaxis Games\\Sid Meier`s Civilization 4 - Warlords");
//64 bit
wxRegKey *civ64 = new wxRegKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432node\\Firaxis Games\\Sid Meier's Civilization 4");
wxRegKey *civGold64 = new wxRegKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432node\\Firaxis Games\\Sid Meier's Civilization 4 Gold");
wxRegKey *civComplete64 = new wxRegKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432node\\Firaxis Games\\Sid Meier`s Civilization 4 Complete");
wxRegKey *bts64 = new wxRegKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432node\\Firaxis Games\\Sid Meier's Civilization 4 - Beyond the Sword");
wxRegKey *warlords64 = new wxRegKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432node\\Firaxis Games\\Sid Meier`s Civilization 4 - Warlords");
I finallygot the name of the registry key for the complete version from a person in another forum.
So there will be a new version soon (if I'm able to find the code).
Btw thx to all those guys who gave me a bad rating in the dl-area just because they were to lazy to have a look into the forum and tell me that f***ing registry key.