bpl Questions

4

Solved

I write a lot of components and libraries for Delphi, most of which require the use of BPL Packaging so that they may be installed into the IDE. This is simple enough and works well, right up unti...
Toadstool asked 9/1, 2012 at 16:51

1

Solved

I wish to make a fix to StyleUtils.inc in Delphi Tokyo. My project is linking with runtime packages. My app is 64-bits and so I would like to rebuild the vcl250.bpl in the ..\Redist\win64 director...
Conventioneer asked 7/11, 2017 at 20:0

2

Solved

I was working on my own package. Then while i was processing i wrongly click on the message "Don't load this package on the next start of Delphi"... Even i uninstall, clean my package... After i r...
Siu asked 17/10, 2016 at 10:32

3

Solved

My general question is how do you troubleshoot "My BPL won't load due to a dependency that just won't go away, no matter how much I clean up and recompile". Update You may think you have a clean re...
Antebi asked 28/8, 2012 at 14:30

3

Solved

I'm trying to build a package (package A) that contains the DWS compiler. It works, but when I then have a second package (package B) that requires package A, containing any unit that uses a specif...
Underplay asked 14/6, 2013 at 17:36

7

Solved

We have built an application that uses packages and components. When we debug the application, the "Event Log" in the IDE often shows the our BPLs are being loaded without debug information ("No De...
Palmirapalmistry asked 9/1, 2012 at 19:1

3

Solved

I'm wondering if anyone knows of an elegant way of determining what BPLs are required by a given (compiled) DLL, EXE or BPL. I'm not sure if this is even possible shy of simply scanning the binary...
Jeunesse asked 4/6, 2012 at 20:8

1

I have written a GUI forms application in C++ Builder and am wanting to be able to run the .exe on another computer. I am getting some .bpl errors when trying to run the .exe on another computer. ...
Lioness asked 8/10, 2012 at 4:14

2

Solved

I have an application that loads a BPL that as inside a simple form. This form is an optional option of the main application. The BPL loads correctly, the form is shown correctly, but I don’t kno...
Casaubon asked 18/12, 2011 at 23:37

5

Solved

I want to design Delphi plugin framework. There are three options: 1. DLL 2. BPL 3. COM interface Every option has some disadvantage. DLL - Promblem with MDI apllication, forms from plugin cannot ...
Bilyeu asked 20/8, 2010 at 7:45

4

Solved

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 a...
Labile asked 12/8, 2011 at 16:28

2

Solved

What is the best way to implement an external module system for a DELPHI application? What I need is very basic really: The main APP detects if a module is present and loads it(Run time) Modules...
Morningglory asked 20/8, 2011 at 11:27

2

Solved

this is a continuation of the discussion I started here. I would like to find the best way to modularize Delphi source code as I'm not experienced on this field. I will be gratefull for all your su...
Bootblack asked 15/8, 2011 at 15:58

4

Solved

Is it possible to unmangle names like these in Delphi? If so, where do I get more information? Example of an error message where it cannot find a certain entry in the dbrtl100.bpl I want to know w...
Knighterrant asked 19/10, 2009 at 20:42

6

Solved

I have a class in a unit. Usually, when I changed the algorithm of its methods, I have to recompile it and deliver the patch as a whole. I think to create the instance of the class using DLL. After...
Poulter asked 9/11, 2009 at 11:1

3

Solved

I have a Delphi application that I have written a fairly simple wrapper .exe for. Basically, there was a dll that had a bunch of functions, one of which I would call iteratively once my wrapper d...
Impostume asked 8/9, 2009 at 14:20

2

Solved

if I compile .exe file in delphi with built-in packages, it generates about 600kb EXE file. However if I compile it with runtime packages, the sum of sizes (.exe + all required .BPLs) is about 6-8 ...
Lieabed asked 21/8, 2009 at 14:2

5

Solved

I'm writing delphi app which should have capability of loading plugins. I'm using JvPluginManager as plugin system/manager ;) Now, in the new plugin wizard they say it's better to use .bpl type plu...
Dingy asked 28/7, 2009 at 8:41

1

Solved

I'm using TJvPluginManager to build simple application with ability to load .bpl plugins. I have common interfaces declaration in "uIntfs.pas" file, which is kind of SDK ;) The problem is, that i...
Ambidextrous asked 27/7, 2009 at 0:43

5

Solved

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 com...
Sinh asked 8/10, 2008 at 4:44
1

© 2022 - 2024 — McMap. All rights reserved.