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.
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.