Home > database >  Running under vfp6.0 in Windows 7, 32 bit systems.
Running under vfp6.0 in Windows 7, 32 bit systems.

Time:09-21

Problem description: a student status management software developed by others (no compilation. These RPG), originally in winXP under normal operation, switch to Windows 7, 32 bit system, when click into the "OLE 0 x80004005, unspecified error", ignore, and 9 of 80004005 error, ignore, into software, part of the database can't normal use, has the student information, take student achievement cannot access,
Try to solve: registered mscomt2 ocx, mscal ocx, comdlg32. Ocx, msconctl. Mssip32. DLL, ocx, softpub. DLL, wintrust. DLL success;
Registered initpki. DLL, the load fails,
The question remains,
Solution: 1, calendar control problem? (the original winXP, VFP (calendar control 8.0 and another computer on the calendar control is normal, should be used in 11.0 now the Windows 7 calendar control 8.0))
2, now four unknown type controls in Windows 7, do you have a relationship?
3, Windows 7 now do not agree with the original XP control, is there a relationship?
Solution: 1, if a calendar control problem, how to solve?
2, if it is other problem, how to solve?
Your great god glad, I thank you god, was laborious!

CodePudding user response:

1. The several DLLs is the Windows system files and is not the application should be issued, and system files along with the version of Windows, replacing them can lead to system crash or dysfunction, estimates that you see a 4005 error is the resulting, (if you copy them in the system32 directory, advice from other installed on the same version of Windows to copy come and replace them no matter how to all want to register under the system32 normal version,
2. The several OCXs can be released, if did not find them, after search Suggestions are copied to system32 directory after registration, these are the commonly used ActiveX controls, many applications use them, so it is not recommended in your application directory, so as not to unload your application error causes the other program is running, in fact, to be handed over to the installer to do these things, if you specify the correct among MSM file, the installer will install them to the most appropriate place and complete the registration,
3. As for the unknown types of controls, before I get an error form or class library is bad to say, usually see the error message, if you look not to come out, use the corresponding SCX/VCX file directly, and then the browser for baseclass=='olecontrol', then look at ole2 field which is specified in the ocx/DLL, you will find out these documents to register should be able to solve the problem,

CodePudding user response:

reference 1st floor DKFDTF response:
1. The several DLLs are the Windows system files and is not the application should be issued, and system files along with the version of Windows, replacing them can lead to system crash or dysfunction, estimates that you see a 4005 error is the resulting, (if you copy them in the system32 directory, advice from other installed on the same version of Windows copied replace them) no matter how to all want to register under the system32 normal version,
2. The several OCXs can be released, if did not find them, after search Suggestions are copied to system32 directory after registration, these are the commonly used ActiveX controls, many applications use them, so it is not recommended in your application directory, so as not to unload your application error causes the other program is running, in fact, to be handed over to the installer to do these things, if you specify the correct among MSM file, the installer will install them to the most appropriate place and complete the registration,
3. As for the unknown types of controls, before I get an error form or class library is bad to say, usually see the error message, if you look not to come out, use the corresponding SCX/VCX file directly, and then the browser for baseclass=='olecontrol', then look at ole2 field which is specified in the ocx/DLL, you will find out these documents to register should be able to solve the problem,



Sleeping on the night of a vestige, thank you

CodePudding user response:

Suggest upgrade to version 9.0,

CodePudding user response:

B: yes, 9.0 supports many new features, 6.0 GIF images are not even a basic support,
  •  Tags:  
  • VFP
  • Related