[Lazarus] function StabBackTraceStr(addr:Pointer):shortstring; - problem with subsequent back traces
Bogusław Brandys
brandys at o2.pl
Wed Apr 15 08:54:27 CEST 2009
On Tue, Apr 14, 2009 at 02:19:16PM -0300, Osvaldo Filho wrote:
> But how can i include forms/datamodules from a lpk package in CreateForm
> statement of a project?
>
> And, how can a use Visual Form Inheritance in a project where the
> ansestors (my models) is on .lpk package?
The .lpk concept is static, not dynamic like Delphi.
This means the designtime code is hard linked into the lazarus binary, and
the runtime packages are hard linked into the final binaries. No DLLs, no
.BPLs.
More information about the Lazarus
mailing list