Can i run an application developed using VC++ in a linux machine
Hi all, if i am asking a nonsense please excuse me :-). I just want to know if i developed an application using MFC and linked it staticaly can i run the application in a linux machine. Or if i developed an application in win32 and linked runtime libraries staticaly can i run that in linux machine :-)
Or simple can i develop an application for a linux machine using MS VC++
Re: Can i run an application developed using VC++ in a linux machine
Quote:
Originally Posted by
Vinod S
Hi all, if i am asking a nonsense please excuse me :-). I just want to know if i developed an application using MFC and linked it staticaly can i run the application in a linux machine. Or if i developed an application in win32 and linked runtime libraries staticaly can i run that in linux machine :-)
Or simple can i develop an application for a linux machine using MS VC++
Google "WINE" and "Linux".
Regards,
Paul McKenzie
Re: Can i run an application developed using VC++ in a linux machine
Yes Wine should run most of the windows programs but some of 3rd part library is not supported in wine. Means your native program will run until you added some 3rd party library in your program.
Re: Can i run an application developed using VC++ in a linux machine
Quote:
Or simple can i develop an application for a linux machine using MS VC++
Yes you can if you program with Qt, not MFC. :)
Re: Can i run an application developed using VC++ in a linux machine
Using CPL language, gets rid of any OS platform dependency. :D
Quote:
Originally Posted by
Vinod S
I just want to know if i developed an application using MFC and linked it staticaly can i run the application in a linux machine. Or if i developed an application in win32 and linked runtime libraries staticaly can i run that in linux machine
Frankly, NOT.