Home > Software engineering >  The machine can run the MFC program, other not
The machine can run the MFC program, other not

Time:09-24

I wrote a MFC procedures, can run on your computer, but compile the release version, copy the relevant DLL to other computer, the program can start, some functions can be achieved, but some function can't, will crash, like msvcr120. DLL will throw an error

CodePudding user response:

Engineering property Settings link static link library
The other choice/MT

CodePudding user response:

reference 1st floor VisualEleven response:
engineering property Settings link static link library
Another choice/MT

Conventional -- "used in the MFC -" static library used in MFC
C/c + +, code generation, runtime - "multi-threaded MT
Is that such Settings, seems to be useless,
I am the project directly to the outside of the release folder of the contents on the target computer with DLL and own is Windows 7, the goal is to win10

CodePudding user response:

Learn how to use the depends. Exe view exe dependent DLL and its version number,

CodePudding user response:

reference zhao4zhong1 reply: 3/f
learn how to use the depends. Exe view exe dependent DLL and its version number,

Is to use the depends, is unlikely to be short of the DLL, system is suspected

CodePudding user response:

reference 4 floor h294455907 response:
Quote: reference zhao4zhong1 reply: 3/f

Learn how to use the depends. Exe view exe dependent DLL and its version number,

Is to use the depends, is unlikely to be short of the DLL, the system is different suspected

Do you not know that the DLL and rely on other DLL and the endless matter also,

CodePudding user response:

reference 5 floor zhao4zhong1 reply:
Quote: refer to 4th floor h294455907 response:

Quote: refer to the third floor zhao4zhong1 response:

Learn how to use the depends. Exe view exe dependent DLL and its version number,

Is to use the depends, is unlikely to be short of the DLL, the system is different suspected

Do you not know that the DLL and rely on other DLL and the endless matter also,


Looks can't play with the

CodePudding user response:

refer to 6th floor worldy response:
Quote: refer to the fifth floor zhao4zhong1 reply:

Quote: refer to 4th floor h294455907 response:

Quote: refer to the third floor zhao4zhong1 response:

Learn how to use the depends. Exe view exe dependent DLL and its version number,

Is to use the depends, is unlikely to be short of the DLL, the system is different suspected

Do you not know that the DLL and rely on other DLL and the endless matter also,


Looks can't play with the

This is known as DLL hell!

CodePudding user response:

Vc2013 should be fitted on the target machine is ok, otherwise VC015

CodePudding user response:

The lack of vc environment

CodePudding user response:

refer to 7th floor zhao4zhong1 response:
Quote: refer to the sixth floor worldy response:

Quote: refer to the fifth floor zhao4zhong1 reply:

Quote: refer to 4th floor h294455907 response:

Quote: refer to the third floor zhao4zhong1 response:

Learn how to use the depends. Exe view exe dependent DLL and its version number,

Is to use the depends, is unlikely to be short of the DLL, the system is different suspected

Do you not know that the DLL and rely on other DLL and the endless matter also,


Looks can't play with the

This is known as DLL hell!


DLL hell if that is not what you mean?

CodePudding user response:

references to the tenth floor worldy response:
Quote: refer to 7th floor zhao4zhong1 response:

Quote: refer to the sixth floor worldy response:

Quote: refer to the fifth floor zhao4zhong1 reply:

Quote: refer to 4th floor h294455907 response:

Quote: refer to the third floor zhao4zhong1 response:

Learn how to use the depends. Exe view exe dependent DLL and its version number,

Is to use the depends, is unlikely to be short of the DLL, the system is different suspected

Do you not know that the DLL and rely on other DLL and the endless matter also,


Looks can't play with the

This is known as DLL hell!


DLL hell if that is not what you mean?

https://baike.baidu.com/item/DLL%20Hell/7502793? fr=aladdin

CodePudding user response:

Download and install the Microsoft vc + + 2013 version of the runtime
  • Related