Run 32-bit applications on x64 Windows servers. The x64 version of Windows is not capable of natively running 32-bit code. Because most applications are 32-bit, the x64 version of Windows makes use of an emulator known as WOW64 to allow 32-bit applications to run. One of the problems with running 32-bit code on a 64-bit operating system is that the OS must maintain complete code separation. Microsoft has created a new folder named \Windows\SysWOW64 that is used to store the 32-bit DLLs. In the 32-bit version of Windows, DLL files are normally stored in the \windows\system32 folder. However, the x64 version of Windows uses the \windows\system32 folder for 64-bit DLLs..... Click on the Link below to view. http://searchwincomputing.techtarget.com/tip/0,289483,sid68_gci1218185,00.html
Running 32-bit apps in x64 Windows: Registry redirection. When a 32-bit application is run on top of an x64 version of Windows, the WOW64 emulator redirects the Program Files folder and calls to DLL files. But these aren't the only things that are redirected. The WOW64 emulator also redirects certain portions of the Windows registry. This article will show you how registry redirection works. Click on the Link below to view. http://searchwincomputing.techtarget.com/tip/0,289483,sid68_gci1220022,00.html --- In [email protected], "richard sturgeon" <[EMAIL PROTECTED]> wrote: > > I am trying to get a 32 bit program to co exist with xp 64 reading some > of micosoft wow 64 should make 32 bit programs work with xp 64. is > there a piece of software that would make 32 bit software work woth xp > 64? > > thank you > If you have any questions or problems with any aspect of this site, please feel free to contact me directly [EMAIL PROTECTED] Please do not post personal issues directly to the group. To unsubscribe from this list, send an email to [EMAIL PROTECTED] Thank you for using A-1 Computer Tech Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/A-1-Computer_Tech/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/A-1-Computer_Tech/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

