Thema: Delphi Msn contact list

Einzelnen Beitrag anzeigen

mkinzler
(Moderator)

Registriert seit: 9. Dez 2005
Ort: Heilbronn
39.851 Beiträge
 
Delphi 11 Alexandria
 

Re: Msn contact list

  Alt 27. Jan 2009, 19:24
Zitat:
Delphi-Quellcode:
if MSNMyContact.Status=status then // <<< compiler shows error here!!!

    MSNMyContact := (MSNMyContacts.Item(v_Count) as IMessengerContact);
   result:= MSNMyContact.FriendlyName + ' ' +MSNMyContact.FriendlyName;
You only can evaluate the reference after assigning an object to it. Maybe you have to change the order
Markus Kinzler