Home > Software engineering >  Q&a batch change the file name program (6)
Q&a batch change the file name program (6)

Time:09-20

I have been generated to exe program running on my machine, I installed the VS2010, but I put my exe program in other no VS2010 computer, is there is always error message as follows,

Excuse me, what can I do?

CodePudding user response:



I have been generated to exe program running on my machine, I installed the VS2010, but I put my exe program in other no VS2010 computer, is always have error message as follows, could you tell me how to do?

CodePudding user response:

Use the Release version 1
2 use the static link (i.e., without the missing DLL)

CodePudding user response:


Chose the Release version of the debugging, the above error, my project Settings below two figure, according to


Would you please tell me why this setting complains, how can let the compiler passed?

CodePudding user response:

Vc6 is


Look yourself!

CodePudding user response:

I set is the same with you, and release compilation passed, but the generated exe program, double click on the don't respond, don't know what's the matter, you come across anything like it?

CodePudding user response:

Double-click the no response
In VS can run?

CodePudding user response:

Link using MFC library and C/C + + Code compiler option/MT

CodePudding user response:

Install a runtime environment

CodePudding user response:

Simple program will be according to the static link compiler, runtime environment complex, need to make an installer
  • Related