|
Here's a couple of
suggestions for how to resolve this:
1. If you have the source, rename the zlib unit(s) supplied with
LMD508 and change all uses in that package to reflect the new name.
You should also contact the developers of LMD508 and alert them to
the problem so they can rename their unit in new releases
2. Rename the Delphi zlib units and change all uses in the JVCL
package
JVCL can't include renamed zlib/zlibconst units with JVCL (i.e
JvZLib/JvZLibConst) since this is Borland property and we have no
rights to it.
Another option would be to remove the ZLibMultiple.pas unit from
the packages and delete the pas and dcu files if you are not
planning on using it since it's the only unit in JVCL that uses zlib.
|