Hello
With introduction of Windows 2008 R2 Microsoft are dropping support for 32bit, see http://www.microsoft.com/windowsserv...liability.aspx.
With Windows 64 bit, my understanding is, a) 32 bit exe's run under the WOW, if they access a non shared registry key (controlled by Microsoft) they access the 32 bit registry area, b) 64 bit exe's run native, if they access a non shared registry key (controlled by Microsoft) they access the 64 bit registry area. See http://msdn.microsoft.com/en-us/libr...32(VS.85).aspx for more info.
As I have many PB based exe's that communicate via the registry with 3rd party exe's (not under my control) that may be running as 64 bit exe's, I am wondering if its possible to force 32 bit apps to write to the registry?
Wondering if anybody else has been thinking about the affects of 64 bit...
Rgds
Mike C
With introduction of Windows 2008 R2 Microsoft are dropping support for 32bit, see http://www.microsoft.com/windowsserv...liability.aspx.
With Windows 64 bit, my understanding is, a) 32 bit exe's run under the WOW, if they access a non shared registry key (controlled by Microsoft) they access the 32 bit registry area, b) 64 bit exe's run native, if they access a non shared registry key (controlled by Microsoft) they access the 64 bit registry area. See http://msdn.microsoft.com/en-us/libr...32(VS.85).aspx for more info.
As I have many PB based exe's that communicate via the registry with 3rd party exe's (not under my control) that may be running as 64 bit exe's, I am wondering if its possible to force 32 bit apps to write to the registry?
Wondering if anybody else has been thinking about the affects of 64 bit...
Rgds
Mike C
Comment