在VS2008中,我在哪里配置“平台目标” 对于(托管)C++ 项目?

发布于 2024-07-28 16:50:47 字数 101 浏览 1 评论 0原文

在 VS2008 中,我可以通过转到项目属性、单击“构建”部分,然后设置“平台目标”框来指定 C# 程序集应仅针对 x86 平台。

用 C++ 编写的程序集相当于什么?

In VS2008, I can specify that a C# assembly should target only the x86 platform by going to the project properties, clicking the "Build" section, and then setting the "Platform target" box.

What is the equivalent for an assembly written in C++?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

负佳期 2024-08-04 16:52:02

您必须创建一个新平台:

  • 选择构建菜单。
  • 在菜单上选择配置管理器...配置管理器对话框打开。
  • 下拉主动解决方案平台
  • 选择<新建...>。 然后新解决方案平台对话框打开。
  • 下拉输入或选择新平台
  • 从列表中选择x64
  • 单击对话框中的确定以创建新平台。

You have to create a new platform:

  • Select the Build menu.
  • Select Configuration Manager... on the menu. The Configuration Manager dialog box opens.
  • Drop down Active solution platform.
  • Select <New...>. Then New Solution Platform dialog box opens.
  • Drop down Type or select the new platform.
  • Select x64 from the list.
  • Click OK in the dialog box to create the new platform.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文