Search Results

3
votes
3answers
304 views

How to get the GIT in Delphi 7?

I'm trying to get the Global Interface Table by using the following code (Delphi): uses Comobj, ActiveX; var cGIT : IGlobalInterfaceTable = NIL; const CLSID_StdGlobalInterfac …
4
votes

Delphi: .exe with built-in packages: 600kb, .exe + external BPLs: 6MB. Why is that?

I think you assume the whole of the BPL files are linked in when you generate a program with built-in BPL's. That is not the case. In the final stage of compilation, the Delphi compiler goes into l …