Advertisement

1 - 10 of 27 containing alltags:("bpl") (0 seconds)
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, ...
Zones: Delphi Programming, Plug InsDate Answered: 09/13/2002 Grade: A Views: 0
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 ...
Zones: Delphi ProgrammingDate Answered: 02/27/2003 Grade: B Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 11/11/2003 Grade: B Views: 0
Dear All What is the diff. betn DLL  And BPL ? Can u tell the speciality in both?
Zones: Delphi ProgrammingDate Answered: 02/09/2005 Grade: A Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 04/07/2004 Grade: A Views: 0
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> ...
Zones: Delphi ProgrammingDate Answered: 06/20/2006 Grade: A Views: 0
This is my Bpl: unit GlobalUnit; interface uses ExtCtrls, Buttons; //procedure vcPanelResize(Sender: TObject); implementation procedure vcPanelResize(Panel:TPanel); var   i,m,n:in...
Zones: Delphi ProgrammingDate Answered: 06/12/2006 Grade: B Views: 0
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
Zones: Delphi ProgrammingDate Answered: 02/12/2001 Grade: A Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 01/19/2001 Grade: A Views: 0
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 ?
Zones: Delphi ProgrammingDate Answered: 02/03/2002 Grade: C Views: 0