Home > Software engineering >  VC 6.0 run on Windows 7 error? For help
VC 6.0 run on Windows 7 error? For help

Time:09-25

I have a program written in vc + + 6.0 platform, compiled under XP system normal operation, but run on Windows 7 times a base class application to stop working, I also tried to run compatibility mode, but still the same error, it is confused, for each master analysis under analysis for me why?
Below is a screenshot

CodePudding user response:

VC6 is too old to the new system compatible with the bad, it is recommended to use the new v, or run on the virtual machine VC6

CodePudding user response:

Windows 7 is 32 bit or 64 bit?

CodePudding user response:

If it is a 64 - bit, it is recommended that the VC6 compile and run on the Windows 7,

CodePudding user response:

reference wuleeemail reply: 3/f
if it is a 64 - bit, suggest VC6 compile and run on the Windows 7,

System is 32 bit, how to break?

CodePudding user response:

We use VC6 program VS open now, can't run directly, the character set that contains the libraries are different, can only be recompiled, developed under the XP, not recommended for a much smaller range

CodePudding user response:

C0000005 visited illegal address, set breakpoints, debugging, and then open the abnormal CXXX5 under Win32, abnormal when they stop to the code segment, combined with the call stack to modify the solution

CodePudding user response:

CodePudding user response:

If it is a 32-bit Windows 7 to run an error, it is suggested that to compile under Windows 7, because some system libraries under Windows 7 and xp is not the same, such as the use of the database,

CodePudding user response:

Xp is not the same as some Windows 7 libraries

Under Windows 7 with vc6 compile a general no problem

CodePudding user response:

Collapsed in the pop-up dialog box, press the corresponding button to enter debugging press Alt + 7 key to view the Call Stack, namely "the Call Stack" from the inside to the following out of from the inner to outer function Call history, double-click a row to the cursor to the Call of the source code or assembly instruction, don't understand when double click on the next line, until we can read ,

CodePudding user response:

This can't do upward compatibility, you under Windows 7 to recompile

CodePudding user response:

In the virtual machine in Windows 7 using VC6 under WinXP

CodePudding user response:

VC6 is ill now, deleted,

CodePudding user response:

VC6EN http://pan.baidu.com/s/1jImOtAe
  • Related