Re: C/Obj-C API Confusion
Re: C/Obj-C API Confusion
- Subject: Re: C/Obj-C API Confusion
- From: "J. Todd Slack" <email@hidden>
- Date: Wed, 10 Sep 2008 14:43:51 -0700
Hi Jason,
So if I have an objective C class, how can I call a .c class? and
pass my arguments from the objective-c class?
What kind of ".c class"? And what kind of arguments? It might help
to give the prototype of some of the functions
that you want to call in the QTKit, or at least the names of the
functions :) Then people can help you more easily
understand what would need to be translated from Obj-C objects to
various other types and how to best do it.
I would be calling a class like this:
OSErr QTDX_ExportMovieAsAnyTypeFile (Movie theMovie, FSSpec *theFSSpec)
{
So passing a Movie (Which I have created), not sure what to pass in
for FSSpec yet.
-Jason
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden