Home > Back-end >  Delphi under Windows 7
Delphi under Windows 7

Time:09-21

Under XP software, written in Delphi'd be running under the Windows 7, but the data load is not at all, this is how to return a responsibility, how to solve?

CodePudding user response:

Right-click properties compatibility winxp mode, an administrator to run,

CodePudding user response:

Is likely to close permissions, UAC try!

CodePudding user response:

I was in, Windows 7 64 - bit, the access database

CodePudding user response:

Only source code (need to modify the code), recompile under Windows 7 64, is the best way,

CodePudding user response:

The immediate problem is solved, because I didn't pack BDE, mount is good, is a communication function but also not to try, this feature is a dynamic link library, the library would be incompatible problem?

CodePudding user response:

If the library will have the incompatible problem, how to solve?

CodePudding user response:

Have to look at your library compiled is what kind of, if the library is only compatible with 32 bit system, that your program, ported to Windows 7 64 - bit systems, there may be a problem

CodePudding user response:

refer to 7th floor XuanXi word reply:
have to look at your library compiled is what kind of, if the library is only compatible with 32 bit system, that your program, ported to Windows 7 64 - bit systems, there may be problems

Experiment, incompatible, are 32 bit

CodePudding user response:

Pay attention to the relative path and absolute path!

CodePudding user response:

Suggest use ADO to access to database Windows, don't have this problem

CodePudding user response:

BDE is a classic, Delphi database

CodePudding user response:

BDE program running under Windows 7 permission problems should be paid more attention to, it should be in C: \ root have write permissions, you can turn off UAC
  • Related