Is the VS 2005 CRTL compatible with Win95?
Could it be the VS 2005 C/C++ runtime library that is causing the problem?
Could it be the VS 2005 C/C++ runtime library that is causing the problem?
Some tips on enabling remote debugging under XP SP2
Windows 95 is not a supported target platform for the 2003 or 2005 releases of Visual C++.
You might try using windbg to find out what is going wrong, but there is of course no certainty that you could make changes to circumvent whatever issue you are seeing.
I can't even say that I would recommend using VC 6.0 to build an application for Windows 95 since that toolset is going out of even extended support any moment now. Windows 95 is simply an unsupported platform and there are no great solutions to still target it. Personally, if I were building an application for resale, I would think strongly about not supporting my application on Windows 95. The market share still in that platform is really minimal by now.
Ronald Laeremans
Visual C++ team
As far as I understand, VS 2005 does not support Win95 as a remote debugging platform. Is that correct? We did not succeed in installing it. Does WinDBG still run on Win95? We really have to find a solution here - we have already tried to get the customer to drop Win95, without success.