delphi - Cannot use FireDAC with RAD studio 10.2 release 1 -
i've updated rad studio 10.2 recent 10.2.1 release. now, when compile working program, error :
[dcc32 fatal error] testform.pas(7): f2051 unit firedac.stan.error compiled different version of firedac.stan.resstrs.s_fd_pgunsuptexttype.
it's easy reproduce on empty project : insert tfdphysmysqldriverlink
or tfdmssqldriverlink
firedac component on form , same error.
could me ?
--- edited ---
i've kept rad 10.1 berlin installed seems paths separated between both installs (18.0 versus 19.0 directories). i've installed rad 10.2.1 yesterday , i've not changed system path. working rad 10.2...
the compiler path of test project (see above) empty.
here "tools/options/delphi options/library/library" paths :
$(bdslib)\$(platform)\release $(bdsuserdir)\imports $(bds)\imports $(bdscommondir)\dcp $(bds)\include
here related delphi environment variables :
$(bdslib) == h:\program files (x86)\embarcadero\studio\19.0\lib $(bdsuserdir) == h:---ccf\users\cc\documents\embarcadero\studio\19.0 $(bds) == h:\program files (x86)\embarcadero\studio\19.0 $(bdscommondir) == c:\users\public\documents\embarcadero\studio\19.0
these paths correct except h:---ccf\users\cc\documents\embarcadero\studio\19.0 doesn't exist.
$(bdslib) leads correct versions of firedac.stan.resstrs.dcu (dated on 29/07/2017).
i've tried displace "h:\program files (x86)\embarcadero\studio\18.0" directory problem still same.
when include h:\program files (x86)\embarcadero\studio\19.0\source\data\firedac in project search path, solves issue firedac dcus come project , not normal situation.
Comments
Post a Comment