Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

how to run 32 bit apps on 64 bit o.s?

share|improve this question
2  
64 bit Windows 7 is fully compatible with 32 bit applications. Only drivers and the like have to be specifically written for 64 bit. So just install and start. Also, stackoverflow seems not to be the right place for this kind of question. – Teetrinker Apr 12 '11 at 13:35
1  
Find the icon labeled setup.exe or install.exe and double-click on it. – Cody Gray Apr 12 '11 at 14:21

closed as not a real question by Rowland Shaw, Matt Ball, Cody Gray, David Heffernan, Larry Osterman Apr 12 '11 at 15:24

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

64-bit Windows has a 32-bit emulation layer called WoW64 (Windows on Windows 64) built in. 32-bit applications should run fine without any intervention from you.

If you have a 16-bit application, however, you can run those using the Windows XP virtual machine that Microsoft offers to Windows 7 users as a free download.

share|improve this answer
1  
Only for users of Window 7 Professional or Ultimate: Windows XP Mode and Windows Virtual PC, available on Windows 7 Professional and Windows 7 Ultimate – Teetrinker Apr 12 '11 at 13:57

This can be useful to you Microsoft's answer Link

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.