Re: Query Function Return Type
Re: Query Function Return Type
- Subject: Re: Query Function Return Type
- From: Roarke Lynch <email@hidden>
- Date: Wed, 23 Feb 2005 20:30:13 -0500
On Feb 23, 2005, at 3:04 AM, satyam lad wrote:
I am trying to write a function that will do some computation i.e.
fetch information from hardware and pass the NSString or a normal C
String which holds the info of the hardware. I am implementing this
using Cocoa, with this i am using NSOutline View. So i need to fetch
the information from the hardware while attaching childrens to the
node in the outline view for which i need to write a custome function
which will return me a string that will be the informaion of the
device.
Can we write usre defined function in a cocoa application would be
generous if you send a sample code.
Regards,
Satyam.
It sounds to me like you are trying to invoke a C function, ie
foo.bar(), from an Obj-C object, i.e NOT [foo bar]. If I'm right than
you need to read the Obj-C docs before you go any further.
Roarke Lynch
-------------------------------
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden