
Signature
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
The problem being, if I distribute an MDE, how would I know what was missing?
Since this is an MDB, the solution works, but for the original MDE, it's
insufficient.
It doesn't seem to be an intelligent solution to distribute the MDB and
recompile on every user's machine just to make sure all the references are
there.
> Open a reference dialog (menu tools-references) and see what is missing
> there, all references whould be in place
[quoted text clipped - 13 lines]
> >
> > Any suggestions???
Alex Dybenko - 17 Dec 2005 15:08 GMT
intelligent solution - is to distribute MDE with references you sure in
place (or you install them), all other references you have to remove and use
late binding

Signature
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
> The problem being, if I distribute an MDE, how would I know what was
> missing?
[quoted text clipped - 25 lines]
>> >
>> > Any suggestions???