Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Windows 10 support Visual C++ 6?

I am using Visual C++ 6 SP6, It works fine on Windows 8.1. Just wondering if MS is continuing the support in Windows 10.

like image 553
user1 Avatar asked Apr 29 '15 11:04

user1


People also ask

Can we install vb6 on Windows 10?

Windows 7 SP1, 8.1, 10 & 11The VB6 runtime will ship and will be supported in Windows 10 and Windows 11 for the lifetime of the OS. Visual Basic 6.0 runtime files continue to be 32-bit only, and all components must be hosted in 32-bit application processes.

What version of Visual Studio is compatible with Windows 10?

You may use Visual Studio 2019 to build apps that run on Windows 10 LTSC, Windows 10 S and Windows 10 Team Edition.

Does Visual C++ work on Windows 10?

It Started with Windows 8 For instance, installing desktop apps can be problematic due to components such as the Visual C++ Redistributable. This article finds out what it is and how to get it installed, so your app will work on Windows 10.

Is Visual Basic supported in Windows 10?

The Visual Basic team is committed to "It Just Works" compatibility for Visual Basic 6.0 applications on the following supported Windows operating systems: Windows 10. Windows 8.1. Windows 7.


1 Answers

On my PC, yes, but it was tough to install - if you already have it installed and upgrade to Windows 10, this may not be an issue.

SETUP.EXE froze after copying files. I attached Visual Studio 2015's debugger to the process, kept stepping through and found an infinite loop, which I skipped using the "Set Next Statement" command. I got a message box asking if I wished to update the JIT settings (I chose No) and Setup ended. I then installed SP6 over the top, choosing not to replace files when prompted.

like image 164
hrunk Avatar answered Oct 25 '22 21:10

hrunk