Click here to Skip to main content
Click here to Skip to main content

32-Bit or 64-bit OS ??

By , 10 Aug 2011
 

WOW64 is the x86 emulator that allows 32-bit Windows-based applications to run seamlessly on 64-bit Windows. WOW64 is provided with the Operating System and does not have to be explicitly enabled. A 32-bit application can detect whether it is running under WOW64 by calling the IsWow64Process[^] function. The application can obtain additional information about the processor by using the GetNativeSystemInfo[^] function.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Mihai MOGA
Software Developer PRINTEC GROUP ROMANIA SRL
Romania Romania
Member
My professional background includes knowledge of analyst programmer for Microsoft Visual C++, Microsoft Visual C#, Microsoft Visual Basic, Sun Java, assembly for Intel 80x86 microprocessors, assembly for PIC microcontrollers (produced by Microchip Inc.), relational databases (MySQL, Oracle, SQL Server), concurrent version systems, bug tracking systems, web design (XHTML, CSS, XML, PHP/MySQL, JavaScript, Flash).

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
GeneralWOW64 is NOT an x86 emulator; there is no need for such emul...mvpLuc Pattyn15 Aug '11 - 14:57 
WOW64 is NOT an x86 emulator; there is no need for such emulation: the 64-bit Intel or AMD chip includes one or more 32-bit as well as 64-bit CPUs, there is no need to emulate the 32-bit instruction set, registers, or programmer's model. What WOW64 does is emulate a 32-bit version of Windows, as if an actual 32-bit Windows XP/Vista/7 were present.
GeneralI agree this should be a comment and not an alternate soluti...subeditorWalt Fair, Jr.11 Aug '11 - 9:45 
I agree this should be a comment and not an alternate solution.
General..and that is same as "Virtualization" :)memberGPUToaster10 Aug '11 - 23:29 
..and that is same as "Virtualization" Smile | :)
GeneralI guess this should be a comment, since both functions are a...subeditorIndivara9 Aug '11 - 17:34 
I guess this should be a comment, since both functions are already mentioned in the original tip.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130523.1 | Last Updated 10 Aug 2011
Article Copyright 2011 by Mihai MOGA
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid