can i compile a windows application under linux?
Wednesday, February 3rd, 2010 at
12:15
i want to use linux, but my internship requires me to develop windows programs. is it possible to develop / compile windows programs under linux? distro does not matter.
Tagged with: distro • internship • Linux • windows programs
Filed under: Linux Applications
Like this post? Subscribe to my RSS feed and get loads more!
Depending on which distro you’re using you can install a Windows emulator eg. WINE. This will allow you to execute Windows programs.
You can then install the necessary Windows based compiler and develop your programs in Linux.
To compile, simply run the compiler using the Windows Emulator and run your programs using the same emulator.
Hope this helps in some way.
Yes,either write program in Python or Java,those would be easiest ways as their crossover languages.Also when you program in anouther laungauge you should keep in mind its for windows apps,and you will need to be able to test on a windows based comp.
I suggest Ubuntu btw,they have alot of tools to assist in learning.