Thema: Delphi Delphi >> DLL >> C++

Einzelnen Beitrag anzeigen

scp

Registriert seit: 31. Okt 2003
1.120 Beiträge
 
Delphi 7 Personal
 
#2

Re: Delphi >> DLL >> C++

  Alt 18. Dez 2003, 14:31
Simply use the @ operator:

Delphi-Quellcode:
var
  AMessage : TMESSAGE_;
  Acomm_type : Byte;
  Asource : LongInt;
  Adestination: LongInt;
  ARes :Byte;
begin
  //...
  ARes := build_esco_format(@AMessage, Acomm_type, Asource, Adestination);
  Mit Zitat antworten Zitat