Hi guys,
I'm programming a Delphi application which uses some Delphi-written DLL's. I compile the main application with the option "Use runtime packages" where I select only VCL50.bpl to reduce exe size. Now the application crashes when using DLL's which were also compiled with runtime package VCL50. It works fine when the DLL's are compiled without runtime packages but the DLL's size is quite large then.
Another strange item is: I use one certain Delphi-DLL which MUST be compiled with runtime packages option otherwise the application hangs.
I want just compile ALL of the DLL's as well as main program with runtime packages to reduce space.
Anybody got a hint....?!?
Thanks in advance
Roderich
I'm programming a Delphi application which uses some Delphi-written DLL's. I compile the main application with the option "Use runtime packages" where I select only VCL50.bpl to reduce exe size. Now the application crashes when using DLL's which were also compiled with runtime package VCL50. It works fine when the DLL's are compiled without runtime packages but the DLL's size is quite large then.
Another strange item is: I use one certain Delphi-DLL which MUST be compiled with runtime packages option otherwise the application hangs.
I want just compile ALL of the DLL's as well as main program with runtime packages to reduce space.
Anybody got a hint....?!?
Thanks in advance
Roderich