Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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.
Posted

1 solution

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.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900