Mark Morgan Lloyd wrote:
Apologies for my poor threading, our gateway's dropped the message from Mattias to which I'm commenting.

While the LCL/IDE help is building, there are many messages of the form

Warning: Target ID of <link> is unknown: "#rtl.Classes.TStrings"
Warning: Target ID of <link> is unknown: "#rtl.Classes.TStrings.Text"

Do these represent a permanent problem which should be reported as an error, or will the links be automatically resolved once the RTL database is available?
 >
 > Have you built the fpdocs?

I've got them in a .zip, which I think only contains the compressed files. My build script is decompressing this after the Lazarus stuff is built, I've not checked whether Lazarus's make clean wipes all .chm files but I think that I'm seeing the same behavior both on the initial and subsequent builds (if there's a difference, it's in the number of warning lines).

Should help for e.g. an undocumented constructor in the LCL "cross over" to something appropriate in the RTL, e.g. TObject.Create?

With Lazarus docs built from svn and FPC docs from a zipfile, what I appear to have is that if I go to a project's .lpr, hit F1 over Application (as in Application.Initialize) and follow lhelp to TApplication, if I try to get help for the Create method it takes me back to the Forms page (tooltip shows ../forms/index.html).

--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to