The solution to the problem that the application cannot start normally 0xc000007b

Today, when I opened the previously compiled program, the program could not be started, and the error "The application could not start normally 0xc000007b" popped up, and the problem was solved by recompiling.

Reason analysis: 1. The system has just been installed, and the program is written before the new system, so the library that the program depends on may not be found, resulting in failure to run.

                 2. It is also possible that the original 32-bit program was written, and this error will occur when running on a 64-bit machine.

Based on the above analysis of the reasons, recompiling the program can solve the problem.

                                       

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325562136&siteId=291194637