How to merge resources in VC++
-
Hi , How to merge resources developed in differnet project work spaces?? I tried with Open source work space ->select dialog, Edit->copy, Opened target workspace -> Edit paste. But i could copy only dialog, but not associated .h and .cpp files and member varables. Any suggessions Thanks in advance --Kamesh
-
Hi , How to merge resources developed in differnet project work spaces?? I tried with Open source work space ->select dialog, Edit->copy, Opened target workspace -> Edit paste. But i could copy only dialog, but not associated .h and .cpp files and member varables. Any suggessions Thanks in advance --Kamesh
Import the .cpp and .h files into your project and change the App class(#include "myapp.h") of the .cpp files. then also rename the Resources(IDD_yourresource) into the names you use in your cpp and h files(or the other way around, change the names in your .cpp and .h files) it should workt then. []D [] []D []
-
Hi , How to merge resources developed in differnet project work spaces?? I tried with Open source work space ->select dialog, Edit->copy, Opened target workspace -> Edit paste. But i could copy only dialog, but not associated .h and .cpp files and member varables. Any suggessions Thanks in advance --Kamesh
-
Hi , How to merge resources developed in differnet project work spaces?? I tried with Open source work space ->select dialog, Edit->copy, Opened target workspace -> Edit paste. But i could copy only dialog, but not associated .h and .cpp files and member varables. Any suggessions Thanks in advance --Kamesh