Hello All,
After upgrading to the latest standard version of MyDac 4.40.0.19
I got this error:
Unit MemUtils was compiled with a different version of zlib.zlibAllocMem
Removing all of MyDac and it's traces and reinstalling was of no help.
Is there any solution for this problem ?
Thanks,
Rick
Delphi 7 - MemUtils different version of zlib
-
eduardosic
- Posts: 387
- Joined: Fri 18 Nov 2005 00:26
- Location: Brazil
Re: Delphi 7 - MemUtils different version of zlib
>>Anteus writeHVA wrote:Hello All,
After upgrading to the latest standard version of MyDac 4.40.0.19
I got this error:
Unit MemUtils was compiled with a different version of zlib.zlibAllocMem
Removing all of MyDac and it's traces and reinstalling was of no help.
Is there any solution for this problem ?
Thanks,
Rick
Try to perform following steps to solve this problem:
1) Close IDE
2) Uninstall MyDAC
3) Search for MyAccess.*, DBAccess.*, MySQLMonitor.*, mydac*.bpl, dac*.bpl etc files at your HDD and delete them
4) Remove from the project directory all files made by compiler and linker
5) Remove from the registry (HKCU\Software\Borland\Delphi\7.0\Known Packages) all the links to MyDAC packages (mydac*.bpl, dac*.bpl)
6) Run IDE and check that it is started without errors
7) Close IDE
-
eduardosic
- Posts: 387
- Joined: Fri 18 Nov 2005 00:26
- Location: Brazil
ok..
It looks the other components that use MemUtils and zlib, it removes, it installs mydac, it sees of functions, later installs each component to discover which of them cause the error.HVA wrote:This is exactly what I have done on the basis of this forums feedback. But I couldn't get round this problem. The only other components I use are the old TurboPower stuff Apro and Ipro.
Many thanks for your feedback.