I'd like create come data modules, when load plugin bpl library and free them on unloadlibrary.
Such as auto creating methods in dpr files;
I'm trying put them in Register, Unregister methods, ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20351043.html
Hi,
I cretae a .BPL.
At this BPL I add a simple unit (not TForm or TComponent) with many procedure and functions.
What's the way to use these procedure and functions when I dynamically load ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20531967.html
Hi,
Does anyone have expirience with the aspack utility compressor?
I've used it on the delphi BIN folder to compress the .EXE, .BPL, .DLL and I reduce this folder from 20 MB to 8 MB. I noticed...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20793688.html
Dear All
What is the diff. betn DLL And BPL ?
Can u tell the speciality in both?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20930103.html
I want to split my app into a *.exe and a *.bpl file.
It runs fine on my PC but if I move to another machine without Delphi IDE it requires the vcl50.bpl file. I wonder if it is possible to comp...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20944814.html
I have a strange problem:
I made a bpl with needed units, and I copiled a program with runtime pakages.
In win Xp everithing is ok but in win98 i had the folowing error:
"The <exe name> ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21785829.html
This is my Bpl:
unit GlobalUnit;
interface
uses ExtCtrls, Buttons;
//procedure vcPanelResize(Sender: TObject);
implementation
procedure vcPanelResize(Panel:TPanel);
var
i,m,n:in...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21883018.html
What are adventages of building an application with
runtime packages (BPLs). Is any reason to not use standard dlls. Any problems when installing app with BPLs?
Thanks
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20012809.html
I've create a runtime package called 'Maint.BPL' which contains 3 forms and a datamodule. All three forms have datasources on them which reference datasets on the datamodule.
In my main execu...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20036527.html
does with Bpl files it is possible to transfer live vcl object (like Tdataset) from the bpl to the application
?
How can i know what class does BPL contain ?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20256764.html