Trying to build Unidac 3.70

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
adoniram
Posts: 22
Joined: Wed 03 Feb 2010 22:16

Trying to build Unidac 3.70

Post by adoniram » Sat 21 May 2011 21:58

I'm building unidac packages but when I install the packages, the provider components didn't appears on delphi 7 component pallete. The others components are there but the providers didn't. The provider's pallete is not created.

I'm building in following order, from command line:

Unidac\Source\Delphi7\oraprovider70.dpk
Unidac\Source\Delphi7\ibprovider70.dpk
Unidac\Source\Delphi7\myprovider70.dpk
Unidac\Source\Delphi7\msprovider70.dpk
Unidac\Source\Delphi7\pgprovider70.dpk
Unidac\Source\Delphi7\liteprovider70.dpk
Unidac\Source\Delphi7\odbcprovider70.dpk
Unidac\Source\Delphi7\accessprovider70.dpk
Unidac\Source\Delphi7\db2provider70.dpk
Unidac\Source\Delphi7\adsprovider70.dpk
Unidac\Source\Delphi7\dac70.dpk
Unidac\Source\Delphi7\dacvcl70.dpk
Unidac\Source\Delphi7\dcldac70.dpk
Unidac\Source\Delphi7\unidac70.dpk
Unidac\Source\Delphi7\unidacvcl70.dpk
Unidac\Source\Delphi7\dclunidac70.dpk

It's 3.70 version of Unidac.

Can you help me?

AndreyZ

Post by AndreyZ » Mon 23 May 2011 11:35

Hello,

You will find steps which describe ways to compile and install UniDAC manually in the ReadmeSrc.txt file. This file is located in the root directory of UniDAC.

adoniram
Posts: 22
Joined: Wed 03 Feb 2010 22:16

Post by adoniram » Mon 23 May 2011 17:03

I did what you said and worked.
But I need to add a LIBSUFFIX on my unidac projects.
With LIBSUFFIX the providers didn't appears on component pallete.

What would it be?

AndreyZ

Post by AndreyZ » Tue 24 May 2011 09:52

UniDAC doesn't use the LIBSUFFIX option. We will investigate the possibility of adding this functionality in the future. For the time being, you should compile UniDAC sources without this option.

Post Reply