|
-
September 4th, 2010, 03:28 PM
#1
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++
Do rate this post if it find useful to you 
-
September 4th, 2010, 05:35 PM
#2
Re: Can i run an application developed using VC++ in a linux machine
 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
-
September 5th, 2010, 01:33 AM
#3
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.
-
September 5th, 2010, 01:42 AM
#4
Re: Can i run an application developed using VC++ in a linux machine
Or simple can i develop an application for a linux machine using MS VC++
Yes you can if you program with Qt, not MFC.
Best regards,
Igor
-
September 5th, 2010, 04:17 AM
#5
Re: Can i run an application developed using VC++ in a linux machine
Using CPL language, gets rid of any OS platform dependency. 
 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.
Last edited by ovidiucucu; September 5th, 2010 at 04:22 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|