Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Runtime package / DLL problem

Status
Not open for further replies.

Roderich

Programmer
Sep 11, 2001
58
DE
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top