简体   繁体   English

在 64 位操作系统上运行的 32 位应用程序

[英]32 bit application working on 64 bit OS

we have developed a application on 32 bit windows using vc++ express 8 edition... Now, while executing this application on windows 64 bit os, we are getting the following error"CreateProcess error=14001, The application has failed to start because its side-by-side confi guration is incorrect. Please see the application event log or use the command-l ine sxstrace.exe tool for more detail"我们已经使用 vc++ express 8 edition 在 32 位 windows 上开发了一个应用程序......现在,在 windows 64 位操作系统上执行这个应用程序时,我们收到以下错误“CreateProcess error=14001,该应用程序无法启动,因为它的一面-by-side 配置不正确。请查看应用程序事件日志或使用命令行 sxstrace.exe 工具获取更多详细信息”

now, can you pls help in fixing this above said problem?现在,您能帮忙解决上述问题吗?

I followed some of the links from stackoverflow and couldn't fix the problem.我遵循了 stackoverflow 中的一些链接,但无法解决问题。

You need install the correct version of VC runtime, it means you should install the Visual C++ 2008 Redistributable Package to the target machine.您需要安装正确版本的 VC 运行时,这意味着您应该将 Visual C++ 2008 Redistributable Package 安装到目标机器上。 You can download it from here你可以从这里下载

正如西蒙指出的那样,您需要确保安装了编译器的运行时,或者您可以静态链接您的EXE

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM