Sending message to Objective-C object from C file
Sending message to Objective-C object from C file
- Subject: Sending message to Objective-C object from C file
- From: "seyed mehdi nazemi" <email@hidden>
- Date: Sat, 28 Jul 2007 17:59:40 +0800
Hi everyone,
I am an experienced programmer but quite new in Mac OS programming. I am developing a Cocoa application. I have an old C library files which I want to reuse in this application. Part of that C library file plays an audio file using another Audio library file. I want to replace functionality of that Audio library file with QuickTime.
So I have created a Controller Objective-C object that includes QTMovieViewer and can use that to play an audio file. Now my question is how to send message to that Objective-C object from a C file in my old library.
Thanks in advance
Luca.
_______________________________________________
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