该应用程序无法正常启动(0xc000007b)无法正常、应用程序、xc000007b

由网友(垫脚望北)分享简介:我有一个客户机/服务器应用程序,这是我一直在开发一台PC上。现在,它需要两个串口,所以我从一个朋友那里借来一台PC。I have a client/server app which I have been developing on a single PC. Now it needs two serial ports...

我有一个客户机/服务器应用程序,这是我一直在开发一台PC上。现在,它需要两个串口,所以我从一个朋友那里借来一台PC。

I have a client/server app which I have been developing on a single PC. Now it needs two serial ports, so I borrowed a PC from a friend.

当我建立我的应用程序,并尝试运行或调试它(无论是在Delphi的IDE或从Windows文件管理器),它的错误该应用程序无法正常启动(0xc000007b)。

When I build my app and try to run or debug it (whether in the Delphi IDE or from Windows File manager), it errors "The application was unable to start correctly (0xc000007b)".

谷歌搜索不会带来了很多,但似乎表明,这是什么德尔福具体情况与其他应用程序。这似乎是通过调用从一个64位应用程序或反之亦然32位DLL引起

Googling doesn't bring up much, but seems to indicate that this is nothing Delphi specific and happens with other apps. It seems to be caused by calling into a 32 bit DLL from a 64 bit app or vice versa.

在两台计算机都Windows 7中,64位 都有德尔福XE2初学者版只能处理32位 在该应用程序在我的电脑上我的朋友运行正常,但不 其他德尔福的应用程序运行得很好我的朋友的电脑在 both PCs are Windows 7, 64 bit both have Delphi Xe2 starter edition which can only handle 32 bits The app runs fine on my PC, but not on my friend's Other Delphi apps run just fine on my friend's PC

任何人都可以给我一个提示,如何跟踪下来?

Can anyone give me a hint as to how to track this down?

推荐答案

要启动,我建议,以测试是否有使用你的应用程序和它的依赖之间的问题的依赖学步车

To start, I would suggest to test whether there is a problem between your application and its dependencies using dependency walker

阅读全文

相关推荐

最新文章