iTunes Visual Plugin SDK -- How can I convert the headers to Delphi?
- From: jklimek@xxxxxxxxx
- Date: 28 Oct 2005 12:25:17 -0700
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
.
- Follow-Ups:
- Re: iTunes Visual Plugin SDK -- How can I convert the headers to Delphi?
- From: Andreas Koch
- Re: iTunes Visual Plugin SDK -- How can I convert the headers to Delphi?
- Prev by Date: Multiple modems: Threads required?
- Next by Date: Re: Multiple modems: Threads required?
- Previous by thread: Multiple modems: Threads required?
- Next by thread: Re: iTunes Visual Plugin SDK -- How can I convert the headers to Delphi?
- Index(es):
Relevant Pages
|