iTunes Visual Plugin SDK -- How can I convert the headers to Delphi?



I'd very, very much like for the iTunes Visual Plugin SDK to be
available for Delphi but I'm having a really difficult time translating
them. (I'm only an intermediate level programmer at best).

For example, how the heck does convert from C to Delphi:
typedef unsigned char UInt8;
typedef signed char SInt8;
typedef UInt8 Str255[256];
typedef UInt8 Str63[64];

That is just the *very beginning* of the header. I highly doubt I can
convert the rest of it.

However, the files seem fairly short and so I'm wondering if somebody
could possibly help me convert the headers to Delphi.

Here is a direct link to the SDK download:
http://developer.apple.com/sdk/itunesvisualsdk.html

If anybody could help me out I would be VERY VERY appriciative.

Thanks!

- John

.



Relevant Pages

  • Re: There Will Be No 64-Bit Delphi Compiler Even Ten Years From Now
    ... There are NO interop issues for Delphi ... it's true that I didn't weigh in the API header ...
    (borland.public.delphi.non-technical)
  • Re: Declaring Units in the Uses section
    ... are automatically added to that list by Delphi itself as the project is built and they become required. ... The "Math" unit and the "Sysutils" unit both exist in my "C:\Program Files\Borland\Delphi6\Lib" directory yet when I wish to use a fuction from the "Math" unit like the "CompareValue" function I must actually type the word "Math" in the USES section. ... If your C++ program often required both the header and the header, you could make a new header, dbmVectorString.h, and include both and in that file. ... A C++ file does inherit the scopes of the headers it includes because by the time the compiler sees it, it's really all just one big file -- the preprocessor effectively merged everything into one stream. ...
    (comp.lang.pascal.delphi.misc)
  • Re: Any using Digital Persona Biometrics SDK?
    ... Delphi, ... You can use the c++ header file then to find the calling ... are some header translation tools but they don't work 100% (e.g. headerconv ... > The Gold SDK we purchased first, but all we got were the dll's and some ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: PE COFF...
    ... JEDI has translated the C header files to Delphi source code so that the ... Delphi compiler can read the "header files". ...
    (borland.public.delphi.non-technical)
  • Re: How do you include C header and library files into a Delphi 5 app
    ... The compiler doesn't understand C header files (Delphi isn't a C ... If the lib file is a DLL import library, ...
    (borland.public.delphi.nativeapi)