Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Dear friends


i have a developed a small project in windows application using visual studio c#,

now my Question is can i install my application in unix os,

if yes plz give me any links ?
Posted
Comments
Thanks7872 24-Sep-13 2:31am    
What it has to do with C#?

There's an open project called Mono[^]. It's now mature and supports, among others, the Unix operating system.

Mono has its own development platform and is fairly well documented. There's a guide for Porting_Winforms_Applications[^] and also a guide for debugging mono managed forms using the visual studio ide: Guide:_Debugging_With_MWF[^].
 
Share this answer
 
directly no..... bcoz It is in .EXE format..........first install wine program and then u are able to do that.........

http://www.winehq.org/[^]

Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, such as Linux, Mac OSX, & BSD. Instead of simulating internal Windows logic like a virtual machine or emulator, Wine translates Windows API calls into POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing you to cleanly integrate Windows applications into your desktop.
 
Share this answer
 
v2
Comments
murkalkiran 24-Sep-13 2:37am    
What do u mean by wine program?
phil.o 26-Sep-13 1:37am    
Please avoid textspeak on this forum.
Ravinder Soran 26-Sep-13 1:45am    
For example Notepad is a program in windows................and wine is also a program ...by installing this program in liux you are able to use any windows application in linux.......for more details about wine just go to http://www.winehq.org/about/........,......http://www.winehq.org/about/

Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, such as Linux, Mac OSX, & BSD. Instead of simulating internal Windows logic like a virtual machine or emulator, Wine translates Windows API calls into POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing you to cleanly integrate Windows applications into your desktop.
wine is a program in linux or unix ..........by this u are able to install all of windows app in linux........................................
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900