Visual C ++代码以32位开发和编译。这个32位代码可以运行到Visual Studio 2017,以便代码可以在32位编译吗? [英] Visual C++ code developed and compiled in 32 bit. Can this 32 bit code be run to Visual Studio 2017, so that the code be compile in 32 bit?

查看:512
本文介绍了Visual C ++代码以32位开发和编译。这个32位代码可以运行到Visual Studio 2017,以便代码可以在32位编译吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个用32位开发和编译的Visual C ++代码。 

I have a Visual C++ code that was developed and compiled in 32 bit. 

我相信Visual Studio 2017具有64位格式。

I believe the Visual Studio 2017 has the 64 bit format.

我可以在2017年运行并编译Visual C ++代码,以便用32位编译代码吗?

Can I run and compile the Visual C++ code in 2017 so that it would compile the code in 32 bit?

任何人的建议和帖子都会深表感谢。

Any suggestion and thread from anyone would be deeply appreciated.

推荐答案

是。 如果您指定要为x86(或Win32)平台构建,VS2017将为VC ++项目生成32位代码。
Yes.  VS2017 will generate 32 bit code for a VC++ project if you specify that it is to build for the x86 (or Win32) platform.


这篇关于Visual C ++代码以32位开发和编译。这个32位代码可以运行到Visual Studio 2017,以便代码可以在32位编译吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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