I have C code that was compiled on Windows NT with Microsoft Visual Studio 6.0. I am migrating this code to a new machine using Windows XP. What IDE is suitable for this? I don't think MS Visual 6.0 has been designed for XP... Can I just use Visual Studio C++ to compile C code and keep the same functionality?
You can still use Visual Studio 6 with Windows XP.
You could also download Visual Studio C++ Express
Downloading and installing MinGW could be an option as well as long as the C is compatible.
From your wording, I'm guessing you already have a later version of Visual Studio than VC6, so yes - you should be able to open any project/solution and proceed, with a couple of caveats:
But, as others have said, yes - VC6 still works fine on XP. The only drawback is you may not be able to get access to newer C++ language features, or Windows SDK features directly.
Best of luck!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With