|
-
March 21st, 2005, 08:28 AM
#4
Re: Copy Ressources
 Originally Posted by matze42
But unfortunateley i dont manage it, to copy the dialog ressources from the one project to the other.
Is there any other way, as to copy the binary-data from the one project to the other.
For some strange reason, the VC++ IDE does not support the external clipboard when copying resources from one running instance of the IDE to another. What you can do, however, is to open the "foreign" resources as a file (File / Open, select the resources (either the compiled DLL, or the .rc, or the .res) and open it. The resources will appear as a tree (in an own MDI child window), and you will be able to copy resources from there to your project workspace.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|