Cannot Compile (Lazarus): Units missing in v.6.2.9

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
tudi_x
Posts: 15
Joined: Thu 09 Jul 2015 17:14
Location: Oklahoma

Cannot Compile (Lazarus): Units missing in v.6.2.9

Post by tudi_x » Mon 11 Jan 2016 15:02

Hi Support,
I am trying to use version 6.2.9 in Lazarus 1.4.4 on windows 7 64b.
I have installed the version using the dclunidac10.lpk package file.

When compiling for MS SQL Server I am missing units.
For example unit MSClasses used by SQLServerUniProvider in the {$IFNDEF UNIDACPRO} section cannot be found. MSClassesUni.pas declares unit MSClassesUni.
MSClasses unit is not the only one missing.

Please advise.

Thank you

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

Re: Cannot Compile (Lazarus): Units missing in v.6.2.9

Post by AlexP » Tue 12 Jan 2016 11:52

Hello,

In addition to the installation of UniDAC from the dclunidac10.lpk package, you should also install the required providers packages

Post Reply