Home > Software engineering >  MFC. Exe in a computer can't use
MFC. Exe in a computer can't use

Time:10-05

I have written in vs2012 win32 MFC, compile successfully running under static library release, the results will need to file copies to other computers cannot be used,
Error message is: application to start (0 xc000007b), but can run on your computer, for help ~ ~

CodePudding user response:

Other computer is short of the 2013 runtime msvcr100. DLL msvcp120. DLL msvcr71. DLL msvcr120. DLL packaging together

CodePudding user response:

With the depends view dependent DLL will bring or install vc distribution

CodePudding user response:

In the project properties set to static use MFC libraries give it a try

CodePudding user response:

Lack of rely on libraries bai

CodePudding user response:

http://jingyan.baidu.com/article/4dc408488ff783c8d946f1e8.html

CodePudding user response:

Engineering property is set on the use of MFC static link library, compile Relese ~

CodePudding user response:

Set attribute is set to be static, also platform tool set to be transformed into a compatible with Windows 7 and XP
  • Related