[lazarus] [Fwd: Returned mail: User unknown]

Cliff Baeseman vbman at pcpros.net
Mon May 17 00:04:04 EDT 1999




To: <vbman at pcpros.net>
Subject: Returned mail: User unknown
From: Mail Delivery Subsystem <MAILER-DAEMON>
Date: Sun, 16 May 1999 23:03:34 -0500 (CDT)
Auto-Submitted: auto-generated (failure)

The original message was received at Sun, 16 May 1999 23:03:30 -0500 (CDT)
from cliff at x2-1-ppp138.pcpros.net [208.198.3.211]

   ----- The following addresses had permanent fatal errors -----
<laazarus at miraclec.com>

   ----- Transcript of session follows -----
... while talking to harding.miraclec.com.:
>>> RCPT To:<laazarus at miraclec.com>
<<< 550 <laazarus at miraclec.com>... User unknown
550 <laazarus at miraclec.com>... User unknown


Reporting-MTA: dns; jasmine.pcpros.net
Received-From-MTA: DNS; x2-1-ppp138.pcpros.net
Arrival-Date: Sun, 16 May 1999 23:03:30 -0500 (CDT)

Final-Recipient: RFC822; laazarus at miraclec.com
Action: failed
Status: 5.1.1
Remote-MTA: DNS; harding.miraclec.com
Diagnostic-Code: SMTP; 550 <laazarus at miraclec.com>... User unknown
Last-Attempt-Date: Sun, 16 May 1999 23:03:34 -0500 (CDT)


To: laazarus at miraclec.com
Subject: Losing valid object references...
From: Cliff Baeseman <vbman at pcpros.net>
Date: Sun, 16 May 1999 23:07:29 -0500
Sender: cliff

Man I am just having a terrible time...

I keep losing perfectly valid object references.

Something like this..

TMyobj = class(TFORM)
  protected
   edit : TEdit;
  public
  procedure this;
  procedure that;
   end

TMyObj.this;
begin
 edit := TEdit.Create(Self);
edit.text := 'this works'     <-----this works just fine
end;

TMyObj.that;
begin
edit.Text := 'not cool';     <-----this is throwing a access violation ?

end;

I have checked everything I can possibly think of and cannot get stuff
like this to work. I have been fighting access violations all day.
If I check for assigned it evaluates true.  Like the pointers are
getting hosed up..

Not Happy ;(

Cliff








More information about the Lazarus mailing list