I don't know... Isn't all this contained in the wiki article that you cited in the first post?
I just checked the article and it
does place the
{$i *.lrs} directive in the
initialization section, but it doesn't explain
why it has to be in such a place. The distinction between the
{$i *.lrs} and
{$r *.rc} /
{$r *.res} kinds of resources should also have been emphasized more, since under the hood they work in completely different ways.
(Side note: the
initialization and
finalization sections themselves can be a bit confusing - especially for newcomers - because they aren't really explained anywhere in the wiki as far as I know, and also due to their weird syntax. They look like sections similiar to
interface and
implementation, but expect a single statement instead - without requiring
begin /
end)