Two standard libraries?

Nicolai Waniek no.spam at thank.you.com
Sun Jul 15 02:09:25 PDT 2007


Don Clugston wrote:
> Sean Kelly wrote:
> 
> For the former, perhaps it would be possible to have an extension to the
> module statement to indicate "this module should not generate any
> TypeInfo".
> I'm particularly thinking of things like the Windows headers, which
> should entirely disappear if not used.

Or there could be the "Delphi way of doing it": There no class has any type
information unless you activate it for that special class by adding (i guess,
it's long ago that I did that) {$R+} to the source:

{$R+}
TMyClass = class(TObject) ...
{$R-}


-- 
.71
nicolai dot waniek at sphere71 dot com



More information about the Digitalmars-d mailing list