Einzelnen Beitrag anzeigen

Benutzerbild von duff
duff

Registriert seit: 26. Jan 2005
Ort: Brühl
76 Beiträge
 
Delphi 2007 Professional
 
#3

Re: cpp to delphi struct Problem

  Alt 15. Sep 2006, 15:34
oh hab ich vergessen zu posten...

Delphi-Quellcode:
type
  TNCKErrorStatus = record
    nCode: NCK_ERROR_CODE; // status code, 0: Ok, >0: error
    sMessage: array[0..127] of char; // status message in case of error
  end;
  Mit Zitat antworten Zitat