LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Porting of a Windows App to Linux (https://www.linuxquestions.org/questions/programming-9/porting-of-a-windows-app-to-linux-481497/)

gnraghu 09-08-2006 01:31 AM

Porting of a Windows App to Linux
 
I have a project to port from Windows to run on Fedora.Right now I am looking at the possibility of porting the same. Application has the following main components.

1) This is a tray application which interacts with the Windows Services
2) The project has many COM components written in ATL
3) It uses the Win GDI for drawing images on the monitor
4) There are DLLs exposing the interfaces for certain functionality

There is GUI part in this applcation also( For easing the development, I thought of making use of the Qt).I am wondering if someone can share the experience what is the best way to do it as I am new to the Linux development.

Thanks in advance.

tronayne 09-09-2006 10:10 AM

CrossOver, http://www.codeweavers.com, or Wine, http://www.winehq.com, would be your best bets as good places to start.


All times are GMT -5. The time now is 12:25 AM.