64位机器上的32位Visual Studio 2008解决方案 [英] 32 Bit Visual Studio 2008 Solution on 64 Bit Machine

查看:109
本文介绍了64位机器上的32位Visual Studio 2008解决方案的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


  • 我在 32位上开发了使用
    Visual Studio 2008
    开发的 C ++ Windows控制台解决方案
    :Windows 7 Ultimate PC。
  • 我将解决方案转移到服务器,这是运行Windows 7 Professional的 64位计算机,
    Visual Studio 2008
  • 当我尝试使用 F5 (或)<调试发布
    模式运行解决方案时strong> Cntrl F5 ,任务管理器将流程显示为
    devenv.exe * 32  我无法让它在64位模式下运行。
  • 以下是其他一些观察结果
  •         Visual Studio安装在
    程序文件(x86)
    目录中。
  • &NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;&NBSP;当我右键单击解决方案资源管理器中的解决方案 - >属性 - >配置属性 - >选择配置管理器 - > Active Solution Platform ,其中只列出
    Win32 。当我点击下拉列表中的新建时,它会显示类型为 Pocket PC 2003(ARMV4)
    复制设置仅包含 Win32 选项。
    • I developed a C++ Windows Console solution developed using Visual Studio 2008 on a 32 bit Windows 7 Ultimate PC.
    • I transferred the solution to the server which is a 64 bit machine running Windows 7 Professional and Visual Studio 2008 .
    • When I try to run the solution in debug or release mode using F5 (or) Cntrl F5 , the task manager shows the process as devenv.exe *32   and I am unable to get it to run in the 64 bit mode.
    • Here are some more observations
    •         Visual studio is installed in the Program Files (x86) directory.
    •         When I right click Solution from Solution Explorer --> Properties --> Configuration Properties --> Select Configuration Manager --> Active Solution Platform , it has only Win32 listed in it. When I click on New in the drop down, it shows type as Pocket PC 2003 (ARMV4) and Copy Settings from only has the Win32 option.


    • 如何使解决方案以64位模式运行?


      How can I make the solution run in the 64 bit mode?

      推荐答案

      DevEnv永远是32位进程,不用担心, 如果您在visual studio安装期间安装了X64编译器,那么下拉应该有一个X64选项。您可以稍后通过进入windows中的添加/删除软件
      面板并运行visual studio setup来添加/删除组件来添加它们。
      DevEnv will always be a 32 bit process don't worry about that,  the pull down should have an X64 option as well given you installed the X64 compilers during the visual studio install. You can add them later on by going into the add/remove software panel in windows and running the visual studio setup to add/remove components.


      这篇关于64位机器上的32位Visual Studio 2008解决方案的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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