Page 1 of 1
compile source by make.bat
Posted: Tue 04 Nov 2008 00:28
by igleo
why make.bat needs dccil.exe. I dont have it in Delphi.
adn delete your old .bpls before intall. or give at least warning. delphi shows weird messages if bpls are in diffrent versions.
Do i need search and delete before every update?

Posted: Tue 04 Nov 2008 12:08
by Plash
Make.bat needs dccil.exe to compile the packages for Delphi .Net. If you don't have Delphi .Net personality installed, you should comment the following line in the make.bat file:
call ..\Make.bat Delphi 11 CLR
If you have old BPLs compiled from the ODAC source, and you have recompiled ODAC, you just need to overwrite old BPLs with new ones.
If you have old BPLs compiled from the ODAC source, and you want to install a precompiled ODAC version using the ODAC installer, you need to delete old BPLs.
Posted: Tue 04 Nov 2008 16:49
by igleo
I undestand what i need to do, I just wnat to advice you to make more easy for your users.