Re: What are the VCL RTL?



On Sun, 28 May 2006 12:16:59 -0500, Rob Kennedy <me3@xxxxxxxxxxx>
wrote:

J French wrote:
On 28 May 2006 07:19:20 -0700, "JamesR" <wizzer90@xxxxxxxxxxx> wrote:
I know the VCL is the visual control library, and the RTL is the run
time library... I was just wondering if anyone could explain their
differences, and what they actually consist of.

The RTL is an option
- you don't need it in Delphi

Um, except that it contains *everything* compiler-generated code ever
references, including the memory manager, exception handlers, and all
the code behind TObject, strings, dynamic arrays, Variant, and
interfaces. Everything in the System unit is part of the RTL.

Thanks, I've been labouring under a misconception for ten years
- funny how one can not query an assumption


.