[MonoTouch] Help by binding objective-c

catullum catullum at hotmail.com
Wed Oct 12 05:30:14 EDT 2011


is that right if you see may code?


objc

void *STCreateBarCodeSession(); 


[DllImport ("__Internal")] 
static extern IntPtr RL_STCreateBarCodeSession();



public void CreateBarcodeSession()
{
    RL_STCreateBarCodeSession();
}


if that is right.
i do nothing with de define instruction I creadt only an DLLInport for every
class defined in the header file of the library?

so now the thriky question how can i say at the monodevelop that i would
import a library?
where i put the library in the project?
and after that are they some commandos to put some where for the
compilation?


--
View this message in context: http://monotouch.2284126.n4.nabble.com/Help-by-binding-objective-c-tp3892195p3897320.html
Sent from the MonoTouch mailing list archive at Nabble.com.


More information about the MonoTouch mailing list