discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to call objective-c method from c ?


From: Yen-Ju Chen
Subject: How to call objective-c method from c ?
Date: Mon, 15 Jul 2002 22:38:32 -0400

Hi,

 How to call objective-c method from c function ?
 Something like that:

 @implement TestObject

 void c_function()
 {
   call(objec_method, NULL);
 }

 - (void) objec_method
 {
 }

 ...

 @end

 Thanx a lot

 Yen-Ju

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx




reply via email to

[Prev in Thread] Current Thread [Next in Thread]