Several versions of unidac on the same server

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
albourgz
Posts: 160
Joined: Wed 06 May 2009 12:17
Location: belgium

Several versions of unidac on the same server

Post by albourgz » Mon 29 Aug 2016 09:46

Hi,

I would like to set up a build server (integrated with Maven/mercurial).
On the build server, v1.0 of an app would be build e.g. using unidac 6.3.13, v1.1 using unidac 6.3.14, ...
=> questions:
1. is it possible to have several unidac versions installed on the same pc in different folders?
2. If possible, How do I tell the compiler to use v6.3.13 or v6.3.14? Is it possible just by changing path and/or environment variables LIB/INCLUDE?

Kind regards.

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: Several versions of unidac on the same server

Post by azyk » Tue 30 Aug 2016 10:12

You can specify paths to the folders containing sources or compiled libraries of any UniDAC version in the compiler command line during compilation.

Post Reply