Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I've already created Project1, due to many errors i'm unable to compile it. So i'm planning to create same project As Project2. I'm unable to copy front-end from project1 to project2. Is It Possible to Copy Front-end from Project1 to Project2. If possible which files are needed to be copied..??
Thank you!!
Posted

1 solution

Yes, it is. But you've to careful about this.

Open the resource files (.Rc and resouce.h), and find the relevant dialog/UI you wanna to copy.
Copy the dialog template of that specific dialog and paste it into your new .Rc file.
Then next step is to copy the required ID from resource.h file to your newly created resource.h file.

The thing is you've to be cautious while copying. Missing a single ID/resource will not compile your new project as well. Be sure have a back of you new project files.
 
Share this answer
 
Comments
Sharath2790 14-Sep-12 1:27am    
Copy the dialog template of that specific dialog and paste it into your new .Rc file.<---- This is not working! Please can you be more specific about which files i need to copy...

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