UNIDAC

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
dimArt
Posts: 1
Joined: Mon 10 Feb 2014 10:04

Re: UNIDAC

Post by dimArt » Mon 10 Feb 2014 10:21

hello,

i could resolve same problem by attachinging the "oraprovider140.lib" to the following parts of .cbproj-file:
<LinkPackageStatics>
...System.lib;unidac140.lib;dac140.lib
and
<AllPackageLibs>
System.lib;unidac140.lib;dac140.lib

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

Re: UNIDAC

Post by AlexP » Mon 10 Feb 2014 12:56

Starting from the next version, we will ship required *.OBJ files, therefore you won't have to manually add *.lib files.

Post Reply