Himself by VS2015 + Opencv2.4.9 wrote a program, the program needs to pack today, I want to achieve is to put the program I wrote in other not to install Visual studio Windows PCS, can directly through the EXE file to run my program, Check it on the website, through the method of dynamic link library, I check the exe file by using the method of the depends and dumpbin call DLL file, and put these files in the same directory as the exe file, the whole project in the end I copy to run on another computer, but prompt "application cannot start 0 xc000007b normally," Check a lot of information for many days, have failed to solve, very upset, hope to help!!!!!
CodePudding user response:
Pictured above,
CodePudding user response:
Not depend to see all of the DLL should be copied to the target machine, you on the target machine on-line test an exe, and then use depend to view which DLL is red or yellow, can put these tests in the past, until all the red and yellow DLL solved should be ok, Some system DLL directly copy may lead to call out the problem in the past,
CodePudding user response:
Install VS2015 reusable package The opencv *. Exe and DLL in the same folder,