应用程序无法正确启动0xc00007b [英] the application was unable to start correctly 0xc00007b

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

问题描述

我有一个win32应用程序。试图在Visual Studio 2008的Windows 7 64位操作系统中运行。已安装x64环境。因此,当我尝试运行我的项目时,出现此错误应用程序无法正确启动0xc00007b。我也没有链接错误。任何人有任何建议。

I have a win32 application. Trying to run in windows 7 64-bit OS in VisualStudio 2008. Have installed x64 Environment. So when i'm trying to run my project i'm getting this error "the application was unable to start correctly 0xc00007b". I have no link errors too. Anyone any suggestions please.

推荐答案

我遇到了与您相同的问题。我有一个应用程序Win32。当我使用Visual Studio 2010将此应用程序Win32转换为X64时,应用程序x64已成功编译。但是当我运行它时,它生成了错误消息:应用程序无法正确启动(0xc00000b7)。单击确定关闭该应用程序。

i got the same issue as you. I had a application Win32. When i converted this application Win32 to X64 with Visual Studio 2010, the application x64 is compiled successfully. But when i ran it, it generated the error message: "The application was unable to start correctly (0xc00000b7). Click ok to close the application".

天,可以通过更改配置属性->链接器的许多设置来修复它。
特别是,我更改了Linker.Manifestfile.Generate Manifest = No(/ MANIFEST:NO)的设置
它对我的应用程序有效。
祝你好运!

It took few days to fix it by changing many setting of Configuration properties->linker. Especially, i changed the setting of Linker.Manifestfile.Generate Manifest = No (/MANIFEST:NO) It worked to my application. Good luck!

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

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