XE7 and XE10 in the same PC

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
vebaglaci
Posts: 6
Joined: Thu 05 Nov 2015 18:16

XE7 and XE10 in the same PC

Post by vebaglaci » Wed 02 Dec 2015 11:51

Hi,

I've installed RAD Studio XE7 and XE10 Seattle in the same pc, everything works fine without unidac, Unidac for XE7 & XE10 installed as well,but when i try to compile a project in XE 7 it returns "[DCC Fatal Error] Unit1.pas(7): F2063 Could not compile used unit 'DBAccess.pas'" or "[DCC Fatal Error] Unit1.pas(7): F2063 Could not compile used unit UniProvider.pas'",if i uninstall Unidac for XE10 then XE7 works fine,is there any workaround to use both versions in same PC ?

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

Re: XE7 and XE10 in the same PC

Post by AlexP » Thu 03 Dec 2015 13:57

Hello,

Most likely, you have specified identical paths in LibraryPath of both IDEs. Please make sure that in LibraryPath of each IDE the corresponding paths to UniDAC folders are specified.

Post Reply