Home > Back-end >  VS 2010 compiled program prompts lack mfc100d. DLL
VS 2010 compiled program prompts lack mfc100d. DLL

Time:09-20

An interface program with VS 2010 MFC development, using the c # dynamic libraries, development to compile, run no problem, but the compiled program in my colleagues on a computer (not installed VS)
Suggests that the following error:



My program is set as follows:





That the methods are not online!

CodePudding user response:

Before no call c # DLL is normal, after calling the DLL that is!

CodePudding user response:

A bit strange, see you is compiled in release version, but how can a lack of * d.d ll file? Use of third-party libraries or what?

CodePudding user response:

Because you set the MFC Shared DLLS, so you must copy the MFC corresponding DLL to run under the directory, if set to static MFC DLL, you don't need to

CodePudding user response:

reference 3 floor is Simple - Soft reply:
because you set the MFC Shared DLLS, so you must copy the MFC corresponding DLL to run under the directory, if set to static MFC DLL, there is no need for the

I was thinking, but set to static call later, you need to set the multithreading (/MT), and MT options with the common language runtime support (/CLR) option conflict,
Driving I have meng, I clean,,,,,,,,,,,,,,,,,

CodePudding user response:

refer to the second floor zjq9931 response:
a bit odd, see you is compiled in release version, but how can a lack of * d.d ll file? Use of third-party libraries or what?

Is to call a c # DLLS

CodePudding user response:

Search the library copy of the executable file directory can be

CodePudding user response:

refer to 6th floor beifengche response:
search the library copy of the executable file directory can


Tried yesterday, I need all of the DLL kao program has won't open in the past, very strange

CodePudding user response:



This is my programs rely on libraries, yesterday I put the red box three DLLS are kao to program directory, but can't open, double-click on the reaction

CodePudding user response:

refer to 7th floor tanzugan response:
Quote: refer to the sixth floor beifengche response:

Search the library copy of the executable file directory can


Yesterday I tried, I need all of the DLL kao program has won't open in the past, very strange


Is that there is a problem in program, debug tracking it and see where is wrong,

CodePudding user response:

In my own computer is no problem, just copy to others make mistakes on the computer ~!

CodePudding user response:

Program also cited libxl this library, program directory have libxl. DLL

CodePudding user response:

Problem is finally solved, it is need to be installed. The.net framework
  • Related