根据平台,应加载版本资源文件 [英] According to plateform the version resource file should be loaded

查看:94
本文介绍了根据平台,应加载版本资源文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在WIN32中有一个vc ++项目(假定为驱动程序").在64位计算机中也有一个资源文件(版本).除了名称(例如"driverx64")外,整个项目都是相同的.现在问题出在版本文件项目名称设置为"driver".因此,当我在64位上构建项目时,项目名称在属性中显示"driver".Npw我希望在64位上构建时项目名称应为"driverx64".

I have a vc++ project(suppose "driver")in WIN32.It have also a resource file(version).in 64bit machine The whole project is same except the name (Like "driverx64").Now the problem is In the version file project name is set to "driver".So when I build the project in 64bit the project name show "driver" in the property.Npw I want that when I build on 64bit the project name should be "driverx64".How It is possible.

推荐答案

创建一个名为"driver64"的新空项目.
将驱动程序项目中的所有源文件添加到适当的文件夹中(使用右键单击添加现有文件").
构建.
Create a new empty project called "driver64".
Add all the source files from the driver project to the appropriate folders (use right click, "Add existing").
Build.


这篇关于根据平台,应加载版本资源文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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