OracleProvider does not register in Lazarus

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jscheid
Posts: 8
Joined: Sun 02 Oct 2011 17:02

OracleProvider does not register in Lazarus

Post by jscheid » Fri 17 Jan 2014 17:44

While installing UniDac Version 5.2.5 in Lazarus 1.0.14 (Windows and Linux) I mentioned the issue that "TOracleUniProvider" object was not registered in Lazarus IDE.
The Problem is, that in "oraprovider10.lpk" line 39 is

Code: Select all

<Files Count="11">
but after this line 15 files are listed - so the correct line is

Code: Select all

<Files Count="15">
After this change you have to compile and install this package again to get the "TOracleUniProvider" registered in Lazarus.

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

Re: OracleProvider does not register in Lazarus

Post by AlexP » Tue 21 Jan 2014 12:48

Hello,

Thank you for the information. We have changed the required packages for Lazarus

Post Reply