Subject Re: [IBO] Problems with IPIBDataset - components missing
Author Aljosa Turk
I already have IBO_d5.dcp and ip50_d5.dcp in requires clause!
Do I need anything else?

Thanks,
Aljosa

----- Original Message -----
From: "Geoff Worboys" <geoff@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, March 23, 2001 10:09 AM
Subject: Re: [IBO] Problems with IPIBDataset - components missing


> > But the problem occurs when I close Delphi and run it again.
> > The components are gone?!
> > I must everytime recompile dclusr50.dpk to get them back!
> >
> > Any idea why?
>
> You problem has been that you are trying to load two packages that
> contain the same resources etc.
>
> You need to add the IBO IP package to the requires clause of the
> dclusr50 package. This tells the package that it needs to load the
> ipibo package before itself and will prevent it from trying to link in
> the resources (and functions etc) from the dependant package.
>
> If you build an application with runtime packages you must distribute
> all the package dpl/bpl files involved. If you build an all in one,
> the link retrieves the resources etc from the package that contains
> them.
>
>
> HTH
>
> Geoff Worboys
> Telesis Computing
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>