Re: Compile any projects through a project in a workspace
-
Sorry about my message not clearly. I have 2 workspace: A & B A contain 20 projects (.dsp) B contain 10 projects (10 .dsp) I want to integrate projects of B in to A, when I compile A will compile B. But B is a workspace (.dsw) so I can not insert a workspace in to a workspace. My solution is: Add a new project (.dsp) in to A. When I select compile this new project, compiler will go to compile B (or all projects of B). Folder B is child of folder A Do you have a suggest? Thanks
Papais
-
Sorry about my message not clearly. I have 2 workspace: A & B A contain 20 projects (.dsp) B contain 10 projects (10 .dsp) I want to integrate projects of B in to A, when I compile A will compile B. But B is a workspace (.dsw) so I can not insert a workspace in to a workspace. My solution is: Add a new project (.dsp) in to A. When I select compile this new project, compiler will go to compile B (or all projects of B). Folder B is child of folder A Do you have a suggest? Thanks
Papais
dungpapai wrote:
I want to integrate projects of B in to A
I think, you want to insert project from B to A.
dungpapai wrote:
But B is a workspace (.dsw) so I can not insert a workspace in to a workspace.
But you can add all project from B to workspace A, isn't it ?
dungpapai wrote:
Add a new project (.dsp) in to A. When I select compile this new project, compiler will go to compile B (or all projects of B).
Dependencies can be set among projects in same workspace.
Prasad Notifier using ATL | Operator new[],delete[][^]
-
dungpapai wrote:
I want to integrate projects of B in to A
I think, you want to insert project from B to A.
dungpapai wrote:
But B is a workspace (.dsw) so I can not insert a workspace in to a workspace.
But you can add all project from B to workspace A, isn't it ?
dungpapai wrote:
Add a new project (.dsp) in to A. When I select compile this new project, compiler will go to compile B (or all projects of B).
Dependencies can be set among projects in same workspace.
Prasad Notifier using ATL | Operator new[],delete[][^]
prasad_som wrote:
But you can add all project from B to workspace A, isn't it ?
If I add all projects from B to A then A is not clearly by have very many project in A. So I want to compile B through compile a project of A. OR How do you add a workspace (include it's projects) in to another workspace (not add each project). Or How can I compile a workspace from compile another workspace? Thank you all!
Papais
-
prasad_som wrote:
But you can add all project from B to workspace A, isn't it ?
If I add all projects from B to A then A is not clearly by have very many project in A. So I want to compile B through compile a project of A. OR How do you add a workspace (include it's projects) in to another workspace (not add each project). Or How can I compile a workspace from compile another workspace? Thank you all!
Papais
dungpapai wrote:
How do you add a workspace (include it's projects) in to another workspace (not add each project). Or How can I compile a workspace from compile another workspace?
No, its not possible.
Prasad Notifier using ATL | Operator new[],delete[][^]
-
dungpapai wrote:
How do you add a workspace (include it's projects) in to another workspace (not add each project). Or How can I compile a workspace from compile another workspace?
No, its not possible.
Prasad Notifier using ATL | Operator new[],delete[][^]