Hi Dermotos,

Thanks for your answer.
The export of that function was actually clear to me, 
What I need to find out is how to deal with the 'double' declaration of the 
interface (see my example below)
The first one is clear. but what to do with Test (Error).
Test.h 
contains : 

@interface Test : NSObject

@end

@interface Test (Error)

@end

Could you please advise 

Regards

Danny

Op 29 feb. 2012, om 10:05 heeft dermotos het volgende geschreven:

> Should be something along the lines of
> 
> [Export("someFunction:error")]
> bool SomeFunction(NSError error);
> 
> 
> I've managed to get bindings working before, but I feel for you, its tough
> work!
> 
> --
> View this message in context: 
> http://monotouch.2284126.n4.nabble.com/Binding-to-Objective-C-Types-Urgent-question-tp4429364p4430990.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch

_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to