Page 1 of 1

[Faital Error] Unit MemUtils was compiled with a different

Posted: Mon 17 May 2010 22:53
by ssimp
I have upgraded ODAC 4.50 to 6.90 for Delphi5, But I have problem.
When I tried compile with ODAC componets, displaied as below faital error message
[Faital Error] Unit MemUtils was compiled with a different version of DAConsts. SDateEncodeError
Please let me know what is problem.

Posted: Tue 18 May 2010 10:55
by bork
Hello

Maybe you previous ODAC version was uninstalled with errors (some BPL, DCU, or PAS files were not removed). Or maybe you have changed your Library or Source path in the Delphi folders that cannot be removed by uninstaller.

Try to do the following:
- uninstall ODAC components
- remove all ODAC source files from disk
- check that all libraries and sources were removed
- check that all packages were removed
-> find all files by mask “*dac*.bpl”, “*dac*.dcp”, “*dac*.rsm” in the folder where Delphi is installed and remove these files
-> find all files by mask “*dac*.bpl”, “*dac*.dcp”, “*dac*.rsm” in the Delphi BPL output directory and remove these files
-> find all files by mask “*dac*.bpl”, “*dac*.dcp”, “*dac*.rsm” in the Delphi DCP output directory and remove these files
- install ODAC again