CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Nov 2001
    Location
    Kerala,India
    Posts
    650

    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

  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: Can i run an application developed using VC++ in a linux machine

    Quote Originally Posted by Vinod S View Post
    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

  3. #3
    Join Date
    Jul 2009
    Location
    India
    Posts
    835

    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.

  4. #4
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,633

    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

  5. #5
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,244

    Re: Can i run an application developed using VC++ in a linux machine

    Using CPL language, gets rid of any OS platform dependency.

    Quote Originally Posted by Vinod S View Post
    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.
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured