PDA

View Full Version : Package Problems


johnfaris
16-Jan-2006, 08:46 AM
I added the CallStackToStringList function from the EurekaLog help to a library of useful routines I use in my applications. This worked fine. Then today I went to recompile a designtime/runtime package of mine and it prompted me to add the EurekaLog bpl to the package. So I did this and it wouldn't compile.

It turns out that because one of the components in my package uses the library of routines above it tries to pull in the whole EurekaLog package. I commented out the CallStackToStringList function and the ExceptionLog unit in the uses section of my library and then I was able to recompile my package. Is there any way to get this to work and keep the function in my library unit? Hope this makes sense.

Thanks.

admin
16-Jan-2006, 09:05 AM
Hi,

johnfaris wrote:
> I added the CallStackToStringList function from the EurekaLog help to a
> library of useful routines I use in my applications. This worked fine.
> Then today I went to recompile a designtime/runtime package of mine
> and it prompted me to add the EurekaLog bpl to the package. So I did
> this and it wouldn't compile.
>
> It turns out that because one of the components in my package uses the
> library of routines above it tries to pull in the whole EurekaLog
> package. I commented out the CallStackToStringList function and the
> ExceptionLog unit in the uses section of my library and then I was able
> to recompile my package. Is there any way to get this to work and keep
> the function in my library unit? Hope this makes sense.
>
> Thanks.

I'm sorry but currently it isn't supported the use of the EurekaLog
packages in other packages!

I'm sorry! :(


--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG, every time!