I originally designed a win32 application on win7 32bits, with VC9.0. I recently upgraded to win7 64 bits, and tried to …
c++ dll 64-bit binary-compatibility wow64Trying to run any 32 bit app in the WinPE 3.0 (Win7) 64 bit environment will result in the following error message: The …
wow64 winpeI have a Visual Studio installer that is creating some registry keys: HKEY_LOCAL_MACHINE\SOFTWARE\MyApp but the registry …
64-bit windows-installer registry 32-bit wow64Queries I tried: ExpandEnvironmentStrings("%COMMONPROGRAMFILES%"), GetSpecialPath(CSIDL_PROGRAM_FILES_COMMON). All resolve to (typically) c:\\Program Files (x86)\\Common Files …
c++ winapi wow64