Page 1 of 1
image of my problems
Posted: 16.03.2013, 12:10
by ramezany
[img]
Posted: 16.03.2013, 18:59
by The_Immortal
So you need to copy all generated *.bpl:
ZComponent.bpl
ZCore.bpl
ZDbc.bpl
ZParseSql.bpl
ZPlain.bpl
to $(BDSCOMMONDIR)\Bpl
View the value of this variable (BDSCOMMONDIR) you can via "Tools - Options - Enviroment options - Enviroment Variables - BDSCOMMONDIR - Add Override - Variable Value:".
In my case it's "C:\Users\Public\Documents\RAD Studio\9.0\". So u need to copy bpl-files to "C:\Users\Public\Documents\RAD Studio\9.0\BPL".
Please inform me about results.
Thank you.
Posted: 16.03.2013, 22:45
by ramezany
same error
My $(BDSCOMMONDIR)\Bpl is :
C:\Users\Public\Documents\RAD Studio\10.0\BPL
I copied all generated *.bpl:
ZComponent.bpl
ZCore.bpl
ZDbc.bpl
ZParseSql.bpl
ZPlain.bpl
to : C:\Users\Public\Documents\RAD Studio\10.0\BPL
but same problem & error
note : My C++ Builder XE3 is installed in drive d:
Thanx