Trying to generate the Hpp's with C++ Builder. Followed the instructions upto point 2-18, however since I only have CPP Builder I can't open the .dpk and if I included the files using #include "XXXX.pas" it would try and compile it with the C++ builder (ie bcc32).
I then tried to compile the project through the command line using dcc32 and dcciosarm -JH -N=C:\HPP DPFiOSPackagesXE8.dpk - for this one I got a fatal error on the .dpk saying package rtl not found.
And for dcc32 -JL -NH=C:\HPP DPFiOSPackagesXE8.dpk I am getting could not use unit DPF.iOS.DesignTime.pas (as I suppose im compiling Windows 32bit).
Any help to get it working in C++ builder would bre great
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Trying to generate the Hpp's with C++ Builder. Followed the instructions upto point 2-18, however since I only have CPP Builder I can't open the .dpk and if I included the files using #include "XXXX.pas" it would try and compile it with the C++ builder (ie bcc32).
I then tried to compile the project through the command line using dcc32 and dcciosarm -JH -N=C:\HPP DPFiOSPackagesXE8.dpk - for this one I got a fatal error on the .dpk saying package rtl not found.
And for dcc32 -JL -NH=C:\HPP DPFiOSPackagesXE8.dpk I am getting could not use unit DPF.iOS.DesignTime.pas (as I suppose im compiling Windows 32bit).
Any help to get it working in C++ builder would bre great
Can anyone help? Using 10 Seattle now