Sorry about filling in that forum like that!
We are two students working on a project. We use Visual c++.
Of course, we divided the work in two parts, which we are now trying to merge.
We thought that including one's files in the other's project, and copying the dialogs would have been enough.
Indeed, it IS enough for the compiler, and it executes as expected. BUT (because there is a "but"), the lately added dialogs are not associated to any class, for the editor.
When we open the class wizzard from one of the new dialog, it asks us to add a class for it, since it "is a new resource". We would like to be able to associate it with the classes we imported, but they are not in the list (even though they are in the classview).
Does someone know how to import - in a clean way - classes and dialogs from one project to another? Does one know if a clean way does exist?
I would be surprised if it doesnt!
Thanks for your help!
Gauthier