Page 1 of 1

OracleProvider does not register in Lazarus

Posted: Fri 17 Jan 2014 17:44
by jscheid
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.

Re: OracleProvider does not register in Lazarus

Posted: Tue 21 Jan 2014 12:48
by AlexP
Hello,

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