Hello Nello,
> Is there a way to prevent the D5 link from eliminating
> unreferenced methods/properties?
I'm not sure if I got your question right, but putting a blank comment
within a method prevents it from being removed at compilation time.
procedure TForm1.FormClick(Sender: TObject);
begin
//
end;
Sergei
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"