VS2015:应用程序无法正确启动(0xc000007b) [英] VS2015 : The application was unable to start correctly (0xc000007b)

查看:1140
本文介绍了VS2015:应用程序无法正确启动(0xc000007b)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Visual Studio 2015上为Windows 10 PC编写了一个代码.该应用程序主要集中在UDP通信上,我使用boost库. 它工作正常,但是当我将代码的文件夹移动到Windows 7时,收到错误消息应用程序无法正确启动(0xc000007b)".我也在Windows 8.1中尝试过,并且在重建库后可以正常工作.

I wrote a code on Visual studio 2015 for a windows 10 PC. The application is mainly focused on UDP communication and I use the boost libraries. It works perfectly but when I move the folder of the code to Windows 7 I receive the error "The application was unable to start correctly (0xc000007b)". I tried also in Windows 8.1 and after rebuilding the libraries it works.

我注意到的是,当我收到错误消息时,它不会加载在其他版本中加载的.dll.

What I noticed is that when I receive the error it does not load the .dll that in the other versions it loads.

助推器可能有问题吗? 你有没有经历过?

May it be a problem with the boost? Have you ever experienced it?

推荐答案

0xc000007b是错误的,因此您可能复制了错误的dll.重建修复了此问题,因为它准备了新的dll.

0xc000007b is error when you try to use x64 dlls in x32 application or other way around, so you probably copied wrong dlls. Rebuild fixed this, as it prepared new dlls.

这篇关于VS2015:应用程序无法正确启动(0xc000007b)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆