Problems with UniDAC 4.1.6 after install Hotfix1

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
RWarnecke
Posts: 24
Joined: Thu 02 Feb 2012 09:08
Location: Stuttgart

Problems with UniDAC 4.1.6 after install Hotfix1

Post by RWarnecke » Sat 19 May 2012 06:23

Hi,

I get this message after I installed the Hotfix 1 for Update 4 from the RAD Studio XE2 :

-----------------------------------------------------------------------------------------
[Window Title]
Error

[Content]
Package c:\program files (x86)\embarcadero\rad studio\9.0\bin\unidacfmx160.bpl must be recompiled before it can be installed..
Do you want to attempt to load this package the next time a project is loaded?

[Yes] [No]
-----------------------------------------------------------------------------------------
I don't have the UniDAC 4.1.6 package with the source code. Please can you help me.

bork
Devart Team
Posts: 649
Joined: Fri 12 Mar 2010 07:55

Re: Problems with UniDAC 4.1.6 after install Hotfix1

Post by bork » Mon 21 May 2012 07:56

Hello

UniDAC 4.1.6 is compatible with Delphi XE2 Update 4, that is installed by most of our users. If we release the next version with Delphi XE2 Update 4 + Hotfix 1 compatibility, then most of our users will be unable to use UniDAC, so we cannot add this support now. May be we will add Hotfix 1 compatibility later. So we can propose you to upgrade your UniDAC edition to edition with source code, and it will allow you to avoid all issues with compatibility.

RWarnecke
Posts: 24
Joined: Thu 02 Feb 2012 09:08
Location: Stuttgart

Re: Problems with UniDAC 4.1.6 after install Hotfix1

Post by RWarnecke » Mon 21 May 2012 10:01

Did you have a time frame, when the support for Hotfix 1 is coming ?

RWarnecke
Posts: 24
Joined: Thu 02 Feb 2012 09:08
Location: Stuttgart

Re: Problems with UniDAC 4.1.6 after install Hotfix1

Post by RWarnecke » Mon 21 May 2012 17:27

How can I upgrade my Professional Version to the Professional with Source-Code ?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Problems with UniDAC 4.1.6 after install Hotfix1

Post by AlexP » Tue 22 May 2012 07:05

Hello,

You can upgrate your edition to the edition with source code at the Renewals & Upgrades tab of our site http://www.devart.com/odac/ordering.html

RWarnecke
Posts: 24
Joined: Thu 02 Feb 2012 09:08
Location: Stuttgart

Re: Problems with UniDAC 4.1.6 after install Hotfix1

Post by RWarnecke » Tue 29 May 2012 15:09

In the current discription to install the unidac 4.1.6 with source code I didn't find a description for Delphi XE2. I have it only for 32-bit or 64-bit managed to install the component.

Please can you help me, how can I installed unidac 4.1.6 with source code under delphi xe2.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Problems with UniDAC 4.1.6 after install Hotfix1

Post by AlexP » Wed 30 May 2012 11:19

helllo,

For installing UniDAC from the sources you should run the Make.bat file that is in the ...\UniDAC\Source\Delphi6\ folder, and that will create all the needed *.dcu and *.bpl files for all available platforms, and will locate them to the appropriate folders ..\Win32, ..\Win64, ..\OSX32. After this you should add the dclunidac.bpl package and all the needed provider packages to IDE (IDE -> Main Menu -> Components -> Install Packages - > Add). You also need to add the pathes to the created files to Library Path for every target platform correspondently.

RWarnecke
Posts: 24
Joined: Thu 02 Feb 2012 09:08
Location: Stuttgart

Re: Problems with UniDAC 4.1.6 after install Hotfix1

Post by RWarnecke » Wed 30 May 2012 18:17

AlexP wrote:For installing UniDAC from the sources you should run the Make.bat file that is in the ...\UniDAC\Source\Delphi6\ folder, and that will create all the needed *.dcu and *.bpl files for all available platforms, and will locate them to the appropriate folders ..\Win32, ..\Win64, ..\OSX32.
My Make.bat doesn't do that. When I started the Make.bat they do something. The output in the DOS windows are too fast to read it. I can only installed the componentes for 32bit or 64bit manually with the first way about the run-time, GUI related, DAC design-time packages and so on.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Problems with UniDAC 4.1.6 after install Hotfix1

Post by AlexP » Thu 31 May 2012 10:21

Hello,

After running ..\Devart\UniDAC\Source\Delphi16\Make.bat in the folders ..\Devart\UniDAC\Bin\Delphi16\, ..\Devart\UniDAC\Include\Delphi16\, ..\Devart\UniDAC\Lib\Delphi16\ , folders with needed *..dcu and *.bpl are created, the pathes to which should be written by you in IDE after installing dclunidac160.bpl

RWarnecke
Posts: 24
Joined: Thu 02 Feb 2012 09:08
Location: Stuttgart

Re: Problems with UniDAC 4.1.6 after install Hotfix1

Post by RWarnecke » Thu 31 May 2012 12:16

AlexP wrote:Hello,

After running ..\Devart\UniDAC\Source\Delphi16\Make.bat in the folders ..\Devart\UniDAC\Bin\Delphi16\, ..\Devart\UniDAC\Include\Delphi16\, ..\Devart\UniDAC\Lib\Delphi16\ , folders with needed *..dcu and *.bpl are created, the pathes to which should be written by you in IDE after installing dclunidac160.bpl
My Make.Bat doesn't do that. Is the batch ready, in these folders are no dcu and bpl files.

RWarnecke
Posts: 24
Joined: Thu 02 Feb 2012 09:08
Location: Stuttgart

Re: Problems with UniDAC 4.1.6 after install Hotfix1

Post by RWarnecke » Thu 31 May 2012 16:29

Hello,

I delete my complete directory with the unidac 4.1.6 source. After than I downloaded the source code archiv again and then I tried the installation again with the Make.bat file. The batch file create all dcu and bpl files. After the installation was finished in the ide, the components works fine at the first test under Delphi XE2 with the platforms win32, win64 and osx32.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Problems with UniDAC 4.1.6 after install Hotfix1

Post by AlexP » Fri 01 Jun 2012 12:25

hello,

Glad to see that the problem was solved. If you have any other questions, feel free to contact us.

Johan.Swart
Posts: 15
Joined: Tue 05 Jan 2010 11:33
Location: South Africa

Re: Problems with UniDAC 4.1.6 after install Hotfix1

Post by Johan.Swart » Wed 13 Jun 2012 07:40

Hi all,

It's been almost a month now since the Hotfix1 was released and I still can't use the UniDAC components because it's not compatible.

Please consider bringing out either a patch or an update for the UniDAC components that works with the (Update 4) Hotfix1. I can't hold off much longer, if the issue cannot be resolved soon, I will need to stop using the UniDAC components.

I have not bought the components with source code, as it is too expensive for me. Therefore this is not a viable alternative to just recompile the components as I do not have the source code.

Regards,
Johan Swart

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Problems with UniDAC 4.1.6 after install Hotfix1

Post by AlexP » Fri 15 Jun 2012 07:32

Hello,

The version with HotFix1 support will be released next week.

alehandro
Posts: 3
Joined: Sun 08 Aug 2010 08:50

Re: Problems with UniDAC 4.1.6 after install Hotfix1

Post by alehandro » Thu 21 Jun 2012 21:40

Hi,
1) please push hard the upd4 hotfix1 crazy issue

2)one more issue using make file way:
if you did the selective installation for RAD Studio XE2 and did NOT install FireMonkey (fmx) then you got problems like this during execution of make.bat:



e:\XE2Components\UniDAC\Source\Delphi16>"D:\Program Files (x86)\Embarcadero\RAD Studio\9.0\Bin\dcc32.exe" -LE. -LN. -I.. -U..;..\..\Lib\Delphi16\Win32 -NSSystem
;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde dacfmx160.dpk
Embarcadero Delphi for Win32 compiler version 23.0
Copyright (c) 1983,2011 Embarcadero Technologies, Inc.
dacfmx160.dpk(33) Fatal: E2202 Required package 'fmx' not found

e:\XE2Components\UniDAC\Source\Delphi16>pause
Press any key to continue . . .



Would be nice to figure out the current situation and act accordingly!
thanks, guys

Post Reply