Results 1 to 3 of 3

Thread: Is Visual C++ 6.0 OK for Linux ?

  1. #1

    Thread Starter
    Addicted Member arunb's Avatar
    Join Date
    Jul 2005
    Posts
    131

    Is Visual C++ 6.0 OK for Linux ?

    Hi,

    Will VC++ 6.0 applications work in Linux ??

    thanks
    aa

  2. #2
    Frenzied Member TomGibbons's Avatar
    Join Date
    Feb 2002
    Location
    San Diego, CA Previous Location: UK
    Posts
    1,345

    Re: Is Visual C++ 6.0 OK for Linux ?

    The source code that you write can potentially be compiled to run in Linux (as long as you don't use Windows-only libraries) but the exe files that VC++ generates will not run natively on a Linux system.
    Last edited by TomGibbons; Sep 19th, 2008 at 12:06 PM. Reason: Silly spelling error

  3. #3
    Fanatic Member kregg's Avatar
    Join Date
    Feb 2006
    Location
    UK
    Posts
    524

    Re: Is Visual C++ 6.0 OK for Linux ?

    You may be able to get away with it in WINE. If it needs runtime DLLs, then download them and install them under WINE, and it should work... hopefully.

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