Tagged Questions
4
votes
5answers
2k views
Delphi Project Needing runtime Packages, even with runtime Packages off
My Delphi7 project will not run on my clients computer if i don't have a few of the runtime packages in the path. eg rtl70.bpl
I have Build with runtime packages unticked, so shouldn't they be ...
3
votes
1answer
238 views
How to extract a resource from within a BPL?
If I've got a resource in an EXE and I want to extract it, it's pretty simple. Something like:
stream := TResourceStream.Create(HInstance, ResourceName, RT_RCDATA);
This works because the global ...
2
votes
2answers
225 views
How to fix bpl loading issue in Delphi XE while opening a project?
Very often when I try to open any project in Delphi XE the following issue raises for a few popular bpl-packages:
Can't load package "Name1.bpl". Component "Name2" can't be registered
by package ...
2
votes
2answers
366 views
How do I make my program use less memory when built with runtime packages?
I always compile my delphi apps without 'build with runtime packages', but for my latest Project i had to use it (as it started swelling day by day ) . I use some third party VCL (TMS component pack ...
0
votes
5answers
724 views
BPL File needs Run-Time Packages !
I have created a Package and i want to use the BPL File of my Package ...
My Package have VCL.dcp and RTL.dcp as Required libraries , i load this Package in my application without any errors but when ...