Robert,
But you won't be making bug fixes to these 3rd party tools. Once they get
installed at your client site, they don't need to be installed again unless
there is a service pack or upgrade available.
And even then, it would seem like these 3rd party tools, as dependencies of
your project(s), would simply be included in the installation tool, whether
that is Installshield or Package and Deployment Wizard, etc.
> So that 1 year from now, when someone needs to build the program to make a
> bug fix, they can build it.
[quoted text clipped - 19 lines]
> > >
> > > Thanks for any suggestions....
Robert Smith - 28 Oct 2004 20:09 GMT
Let me try to explain the problem in a different way.
You are assigned the task of fixing a bug in a project you have never worked
on.
You get the code out of Source Safe and try to build it.
The build fails because you do not have a required Image Library installed
on your system.
So where do you find the 3rd Pary Image Library?
Maybe the original developer copied the Image Library Installation CD into
Source Safe. Asside from the horrendous waste of space, this would work.
Maybe the original developer copied the Image Library Installation CD onto a
network drive. Hopefully, he left a document somewhere in the Source Safe
project indicating this....and hopefully no one removed, or updated, the
library on the network drive.
Getting the Runtime 3rd Party components from your installation CD will not
help, you need the SDK to compile and link, not the run-time components.
> Robert,
>
[quoted text clipped - 29 lines]
> > > >
> > > > Thanks for any suggestions....