如何使x64程序在win32上运行? [英] How to make an x64 program run on win32?

查看:313
本文介绍了如何使x64程序在win32上运行?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我有一个在64位计算机上编写的用于并行编程的程序.现在,我必须在32位计算机上实现它.我在Visual Studio 2005中编写了程序,而目标计算机同时具有Visual Studio 2005和2008.但是,当我尝试在目标计算机上构建或调试程序时,我在菜单和构建目录上都没有调试选项.得到结果
"0成功,0失败,1被跳过"
如何使程序在较低的计算机上执行?
请帮忙.紧急.
谢谢:)

Hi,
I have a program for parallel programming that I wrote on a 64bit machine. Now I have to implement it on a 32 bit machine. I wrote the program in visual studio 2005 and the target machine has both visual studio 2005 and 2008. However, when I try to build or debug the program on the target machine, I do not get the debug option on the menu and on build I get the result
"0 succeeded, 0 failed, 1 skipped"
How do I make the program execute on the lower machine?
please help. Its urgent.
Thanks :)

推荐答案

没有办法.

—SA
There is no way.

—SA


您可以在构建选项下针对特定平台构建构建.您是否正在尝试在32位计算机上调试64位builld?

该链接可能会提供一些帮助:
http://discuss.joelonsoftware.com/default.asp?joel.3.602634.7 [ ^ ]

MSDN链接:
http://msdn.microsoft.com/en-us/library/ms171526 (v = VS.80).aspx [
You can target the build for a specific platform under the build options. Is it you were trying to debug the 64 bit builld on a 32 bit machine?

This link may provide some help:
http://discuss.joelonsoftware.com/default.asp?joel.3.602634.7[^]

MSDN link:
http://msdn.microsoft.com/en-us/library/ms171526(v=VS.80).aspx[^]


无法在32位计算机上运行64x应用程序.
There is no way to run 64x application in 32 bit machine.


这篇关于如何使x64程序在win32上运行?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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