2 projects having same dsw files and different dsp file
-
Hi all, suppose i have two projects both the projects have their seperate dsw and dsp files now i want to merge both of these projects and to combine their dsw files and make them one and both exe's should be created in one common debug folder. Is this possible in already created two dsw projects and if not how to create a new project like this?? thanks in advance
-
Hi all, suppose i have two projects both the projects have their seperate dsw and dsp files now i want to merge both of these projects and to combine their dsw files and make them one and both exe's should be created in one common debug folder. Is this possible in already created two dsw projects and if not how to create a new project like this?? thanks in advance
In one of your workspace, you can add an existing project. I think this is the best way to do it. I cannot tell you exactly what you need to do (don't have VC6 installed) but try to go to the explorer view and right click on the workspace, you should be able to add an existing project. Just start from one of the two workspace, and add the other project (dsp) to it. You then need to configure the project properties (of both projects) so that the output folder is the same for both of them.
Cédric Moonen Software developer
Charting control [v1.2] -
In one of your workspace, you can add an existing project. I think this is the best way to do it. I cannot tell you exactly what you need to do (don't have VC6 installed) but try to go to the explorer view and right click on the workspace, you should be able to add an existing project. Just start from one of the two workspace, and add the other project (dsp) to it. You then need to configure the project properties (of both projects) so that the output folder is the same for both of them.
Cédric Moonen Software developer
Charting control [v1.2]Thank you you were correct my problem is solved. Can you please tell me anything about child and parent exe calling.
-
Thank you you were correct my problem is solved. Can you please tell me anything about child and parent exe calling.
neha.agarwal27 wrote:
Can you please tell me anything about child and parent exe calling.
:confused: Uuh ? What do you mean ?
Cédric Moonen Software developer
Charting control [v1.2] -
Thank you you were correct my problem is solved. Can you please tell me anything about child and parent exe calling.
-
ya i mean that only but my second exe will be compiled with my first exe only by saying this i mean my second exe will not be residing anywhere on my disk.