Closed IL2 closed 8 years ago
Can you recompile Delphinus.bpl manually from ide? Otherwhise this sounds really bad if your environment does not have the RTL package. Most probably your environment is missing the searchpath to RTL.dcp. This one exists by default but you (or a third party) might have deleted it.
I was able to build and install C:\Program Files\Delphinus\17.0\source\Packages\DelphiXE\Delphinus.dpk from the XE IDE. Delphinus also strated and showed packages after refresh. RTL.dcp is in place (C:\Program Files\Embarcadero\RAD Studio\8.0\lib\win32\release\rtl.dcp) 20101004. There is no trouble to build in XE here.
Btw, command line that doesn't compile is:
C:\Program Files\Embarcadero\RAD Studio\8.0\bin\dcc32.exe -$D- -$L- --no-config -B -Q -DRELEASE -E"C:\Program Files\Delphinus\8.0\bin\Win32\Release" -I.. -LE"C:\Program Files\Delphinus\8.0\Bpl" -LN"C:\Program Files\Delphinus\8.0\Dcp" -N0"C:\Program Files\Delphinus\8.0\lib\Win32\Release" -NSSystem;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;Winapi;System.Win; -O.. -R.. -U.. -K00400000 -NB"C:\Program Files\Delphinus\8.0\Dcp" -NO"C:\Program Files\Delphinus\8.0\lib\Win32\Release" Delphinus.dpk
-why are -$D- and -$L- there?- it doesn't matter. What actually matters is --no-config option.
I'm sorry. After DelphinusWebSetup.exe re-install it could compile both for Seattle and XE successfully.
DelphinusWebSetup.exe of 20161012 install for 10 and XE: