View Single Post
  #1  
Old 06-16-2004, 11:23 AM
Too_Tall_Crown_Victoria Too_Tall_Crown_Victoria is online now
Registered User
 
Join Date: 01-14-2003
Posts: 44
Visual C++ 6.0 project dependencies

I have an involved VC++ 6.0 workspace that has over 20 projects in it. I have created a build.dsp that has dependencies on the other projects. It will also build them in a specified order which is necessary. When I call the build.dsp from Visual Build, it does not build any of the dependencies, but does complete successfully. If I open the project up in VC++ and do a build on the build.dsp project it starts building all the dependencies. Is this a bug, limitation, or am I doing something wrong.

Thanks

Tom
Reply With Quote