Problem Compiling UniDac and MySqlProvider problem
Posted: Sat 20 Sep 2014 02:58
Hi,
I am currently testing UniDac on delphi XE7.
I have two problems installing UniDac in delphi XE7.
1) I was not able to compile dclunidac210.bpl because of errors but I solved the problem like this : Project options -> Delphi compiler -> Unit scope names and I added this -> System;Winapi;Vcl;Data;System.Win. Now it compile and install well.
2) IM trying to build dacfmx210.bpl on android Platform but I always get this error :
[DCC Fatal Error] dac210.dpk(1): E2225 Never-build package 'dac210' must be recompiled
[DCC Fatal Error] dacfmx210.dpk(34): E2202 Required package 'dac210' not found
perhaps it compile well on Win32 Platform.
I also have a problem with MySQLUniProvider. When I put this control on my android form, I can't compile because of this error :
[DCC Fatal Error] TabbedTemplate.pas(13): F2048 Bad unit format: 'D:\Program Files (x86)\Embarcadero\Components\UniDAC 5.5.11\Source\Delphi21\MySQLUniProvider.dcu' - Expected version: 28.0, ARM(ARM) Found version: 28.0, Windows Unicode(x86)
Any help will be greatly appreciated
I am currently testing UniDac on delphi XE7.
I have two problems installing UniDac in delphi XE7.
1) I was not able to compile dclunidac210.bpl because of errors but I solved the problem like this : Project options -> Delphi compiler -> Unit scope names and I added this -> System;Winapi;Vcl;Data;System.Win. Now it compile and install well.
2) IM trying to build dacfmx210.bpl on android Platform but I always get this error :
[DCC Fatal Error] dac210.dpk(1): E2225 Never-build package 'dac210' must be recompiled
[DCC Fatal Error] dacfmx210.dpk(34): E2202 Required package 'dac210' not found
perhaps it compile well on Win32 Platform.
I also have a problem with MySQLUniProvider. When I put this control on my android form, I can't compile because of this error :
[DCC Fatal Error] TabbedTemplate.pas(13): F2048 Bad unit format: 'D:\Program Files (x86)\Embarcadero\Components\UniDAC 5.5.11\Source\Delphi21\MySQLUniProvider.dcu' - Expected version: 28.0, ARM(ARM) Found version: 28.0, Windows Unicode(x86)
Any help will be greatly appreciated