Board index » Visual Studio » Merging Projects ?
|
RJJahnke
|
Merging Projects ?
Visual Studio15
Hi, again, I created two dialog projects in a single workspace. My intent was to merge them into a single project (the main dialog from one being called from the other). The idea being that, by having both projects merged into a single entity, the data transfer is possible between sections. Although I took care to have resource.h use an independent set of values, (even IDC_MAINFRAME vs IDC_MAINFRAME_II), I have been stymied by the two independent resource (.rc) files (only one is allowed). My current solution is to use ShellExecute(). Is there a way I can add one dialog to the other, or is too late? Balboos - |
