Compile Error oraprovider and ibprovider in Lazarus

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
unidac5src
Posts: 8
Joined: Wed 22 Apr 2015 07:33

Compile Error oraprovider and ibprovider in Lazarus

Post by unidac5src » Mon 15 Jun 2015 00:30

Hello.

I'm trying to port my Delphi application server for Lazarus(v1.0.10) on Ubuntu.

Installing dac10 and unidac10 was successful but not oraprovider10 and ibprovider10.

oraprovider10 compile error occured at OraNetUni.pas (line: 11702, 11717, 12585, 12590) and
ibprovider10 at IBCCallUni.pas (line: 3262).

tested unidac version is 6.1.3.

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

Re: Compile Error oraprovider and ibprovider in Lazarus

Post by AlexP » Mon 15 Jun 2015 08:07

Hello,

The latest version of UniDAC supports Lazarus 1.2.6 and FPC 2.6.4. Lazarus 1.0.10 is no longer supported.

jscheid
Posts: 8
Joined: Sun 02 Oct 2011 17:02

Re: Compile Error oraprovider and ibprovider in Lazarus

Post by jscheid » Sun 21 Jun 2015 16:08

Hello Alex,

I get also an compliation errors with oraprovider (unidac 6.14) using fpc 2.6.4 and Lazarus 1.4.0 :
OraNetUni.pas(11656,41) Error: Identifier not found "locp"
OraNetUni.pas(11656,57) Error: Identifier not found "svchp"
OraNetUni.pas(11656,63) Error: Identifier not found "errhp"
OraNetUni.pas(11656,69) Error: Identifier not found "amtp"
...

Best regards,
Juergen

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

Re: Compile Error oraprovider and ibprovider in Lazarus

Post by AlexP » Tue 23 Jun 2015 06:32

Thank you for the information. We have already fixed this problem. The fix will be included to the next version.

jscheid
Posts: 8
Joined: Sun 02 Oct 2011 17:02

Re: Compile Error oraprovider and ibprovider in Lazarus

Post by jscheid » Thu 25 Jun 2015 10:41

When will the next version be available ? Or is there any workaround - I need to start testing my program with oracle direct mode ...

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

Re: Compile Error oraprovider and ibprovider in Lazarus

Post by bork » Fri 26 Jun 2015 10:44

Hello

We plan to release next build next week.

Post Reply