Two ways to port Windows apps to Linux

Two ways to port Windows apps to Linux

I am porting Windows applications to Linux. I need Windows APIs and their equivalents on Linux. Can you please help me in this matter?

    Requires Free Membership to View

    When you register, my team of editors will also send you resources covering Linux administration and management; integration and interoperability between Linux, Windows and Unix; securing Linux and mixed-platform environments; and migrating to Linux.

    Cathleen A. Gagne, Senior Editorial Director

    By submitting your registration information to SearchEnterpriseLinux.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchEnterpriseLinux.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

There are two approaches to running Windows apps on a Linux box: emulate the Windows API on a Linux box, or provide a Windows environment running under Linux. The first approach enables the app to run in the Linux OS, whereas the second enables the app to run in a Windows OS on top of the Linux operating system.

For the first approach, the best bet is the WINE open source project, which provides a toolkit to port apps to the Linux environment as well as a loader that enables some Windows apps to run unmodified.

The second approach requires a commercial product. The best known is VMWare, which allows Windows to run as a hosted OS on top of Linux. Naturally, it is not free, but it is very well-regarded.

Without knowing more about the specific applications, it's not easy to recommend one approach or the other. The least expensive approach would be to start with WINE and move on to VMWare if WINE doesn't work out.


This was first published in September 2004