Home > Back-end >  Delphi program cannot find the entrance MSVCRT DLL
Delphi program cannot find the entrance MSVCRT DLL

Time:09-27

Strange, recently compiled program under Windows 7 32-bit system, under the XP running, always prompt similar problems, "can't locate the program input _CXX... . In the dynamic link library MSVCRT DLL ", cause the program can't run, tried all sorts of XP version, version of the installed version or Goust, appear the same problem, also tried net said N, but ultimately didn't solve, ask tall person to give directions!!!!

CodePudding user response:

Add, Delphi7 version is used the program before is fine, as if just come out from this month began to compile this problem;

CodePudding user response:

Delphi 7 to risk seems not compatible, and win 7 dynamic libraries with xe version above

CodePudding user response:

MSVCRT DLL is operating automatically install the dynamic link library associated with C, Delphi VCL many is called C library files,
Your problems out on the operating system, reinstall the operating system, and see whether it can solve, or to install the C library files,

CodePudding user response:

reference lyhoo163 reply: 3/f
. MSVCRT DLL is operating automatically install the dynamic link library associated with C, Delphi VCL many is called C library files,
Your problems out on the operating system, reinstall the operating system, and see whether it can solve, or to install the C library files,

Is not the case, it is each XP encounter type of situation

CodePudding user response:

refer to the second floor nebula845026 response:
Delphi 7 to risk and win 7 dynamic libraries are not compatible, use more than xe version

This does not take into account...

CodePudding user response:


This is a VC dynamic library, try to install the VC program is running environment, but since you use is D, should be unlikely to use the library, if used to someone else's dynamic libraries or three parties in reference to this

CodePudding user response:

After three days, finally found the problem with WinDebug software, put two for 64 - bit dynamic libraries under the 32 bit, so will be out of this error, give oneself Mark, careless ah
  • Related