We have a large existing application that originates in Delphi 5, and has been ported to Delphi 2006.
The application is highly flexible for customers, and has hundreds of forms, to reduce the overheads of the exe the product is shipped as a small exe, and 2 bpl files, one containing the core functionality and the second the client specific functionality.
We use DCC32 to build the final build for customers, this is where we have now encountered our new problem; everything seems to build ok, and runs on a machine with Delphi installed... but running on a non delphi PC we get an error message telling the user thet rtl100.bpl cannot be found. This was never the case before we ported to Delphi 2006...
Obviously we can ship all of the RTLs, but this is a far from acceptable resolution, to a problem that wasn't there before the move to D2006.
Any help will be very much appreciated, as we are due to release this software very soon,
Thanks in advance
J