Thema: Delphi Unit für mpglib.dll

Einzelnen Beitrag anzeigen

crypti

Registriert seit: 12. Feb 2005
43 Beiträge
 
#5

Re: Unit für mpglib.dll

  Alt 12. Feb 2005, 02:02
Ich denke ich weiß woran es hängt, nämlich am verwendeten struct /record.

Kann mir eventuell jemand sagen wie das in Delphi aussehen würde?

Delphi-Quellcode:
struct buf {
   unsigned char *pnt;
   long size;
   long pos;
   struct buf *next;
   struct buf *prev;
}
;
Was soll struct buf *next; sein? Ein struct das im struct wieder sich selbst linkt?
  Mit Zitat antworten Zitat