Compile Error in Test Version D2010
Compile Error in Test Version D2010
Hi,
i the moment i test your UNIDAC-Components 14 with a MySQL-Database under Delphi2010. The Components are correctly installed. Unfortunatly it will not be compile. This was the error message (in German).
[DCC Fataler Fehler] DBaseMod.pas(17): F2051 Unit MemData wurde mit einer unterschiedlichen Version von MemUtils._string compiliert
Can someone help me with this problem?
Best regards
Delphi30
i the moment i test your UNIDAC-Components 14 with a MySQL-Database under Delphi2010. The Components are correctly installed. Unfortunatly it will not be compile. This was the error message (in German).
[DCC Fataler Fehler] DBaseMod.pas(17): F2051 Unit MemData wurde mit einer unterschiedlichen Version von MemUtils._string compiliert
Can someone help me with this problem?
Best regards
Delphi30
-
AndreyZ
Hello,
This problem can be caused by the following reasons:
1. You have other DAC components installed on your computer that are not compatible with the UniDAC version you have. To make several DAC components work on the same IDE, you should use compatible versions of them. Please specify if you have other DAC components installed on your computer.
2. You have the standalone TVirtualTable component installed on your computer. TVirtualTable is included into UniDAC. To solve this problem, you should perform the following steps:
- uninstall TVirtualTable;
- uninstall UniDAC;
- install UniDAC once more.
This problem can be caused by the following reasons:
1. You have other DAC components installed on your computer that are not compatible with the UniDAC version you have. To make several DAC components work on the same IDE, you should use compatible versions of them. Please specify if you have other DAC components installed on your computer.
2. You have the standalone TVirtualTable component installed on your computer. TVirtualTable is included into UniDAC. To solve this problem, you should perform the following steps:
- uninstall TVirtualTable;
- uninstall UniDAC;
- install UniDAC once more.
Hi,
thank for your message.
TVirtualTable was never installed on this computer. It's a new installed system under Win7 64 bit in German. I have also uninstalled and reinstalled UNIDAC. The error message in UNIDacDemo has now changed to. In my test software the same error occurs
[[DCC Fataler Fehler] DemoFrame.pas(21): F2051 Unit MemData wurde mit einer unterschiedlichen Version von MemUtils._string compiliert
thank for your message.
TVirtualTable was never installed on this computer. It's a new installed system under Win7 64 bit in German. I have also uninstalled and reinstalled UNIDAC. The error message in UNIDacDemo has now changed to. In my test software the same error occurs
[[DCC Fataler Fehler] DemoFrame.pas(21): F2051 Unit MemData wurde mit einer unterschiedlichen Version von MemUtils._string compiliert
-
AndreyZ
-
AndreyZ
-
AndreyZ