|
-
Sep 15th, 2008, 12:29 AM
#1
Thread Starter
Addicted Member
Is Visual C++ 6.0 OK for Linux ?
Hi,
Will VC++ 6.0 applications work in Linux ??
thanks
aa
-
Sep 18th, 2008, 06:56 PM
#2
Frenzied Member
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
-
Sep 18th, 2008, 07:03 PM
#3
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|