bpl
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 fe开发者_开发问答w popular bpl-packages:[详细]
2023-04-02 07:00 分类:问答Cannot dynamically link to components in a custom bpl
While drafting the following post I found a solution, but I thought it might be still worthwhile to post here for reference. See solution below.[详细]
2023-04-01 09:11 分类:问答External modules implementation
What is the best way to implement an external module system for a DELPHI application? What I need is very basic really:[详细]
2023-03-29 05:35 分类:问答How to divide a Delphi project into BPLs properly?
The company I work for develops a system in Delphi, that contains dozens of exe modules, and each of them is identical to a certain degree if it comes to source code. Sadly, nobody has ever cared abou[详细]
2023-03-28 06:08 分类:问答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);[详细]
2023-02-18 11:45 分类:问答External modules security
I am developing some external modules for an application. The开发者_如何学Cse modules are BPL files and if present in the application folder the application loads them and uses whatever is available[详细]
2023-02-14 08:59 分类:问答Load Frames from packages
I have three frames inside separate three bpls, in my main application i have created three buttons and , i want to call the frames dynamically(one at a time )when the respective button is clicked (t[详细]
2023-01-24 14:38 分类:问答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[详细]
2023-01-24 02:00 分类:问答delphi exe and dll without build with runtime packages
For my last project i was using many frames in my delphi application ,so i dicided to create dlls and put them inside the dlls(ALL created in Delphi)[详细]
2023-01-21 06:49 分类:问答Delphi plugin framework
I want to design Delphi plugin framework. There are three options: 1. DLL 2. BPL 3. COM interface Every option has some disadvantage.[详细]
2023-01-12 15:03 分类:问答