Hi, I also tried to do simple binding project, shown 
http://monotouch.2284126.n4.nabble.com/Binding-issue-td4434091.html
But I have  a problem, and I don't know why. I did  dll library without any
problems, but I tried to used it and had this error:
*Error CS0246: The type or namespace name `SimpleBinding' could not be
found. Are you missing a using directive or an assembly reference? (CS0246)*
But I added reference and used using statement. 
Code:
MyLib sb = new MyLib();
   double sd = sb.NumValue;
   Console.WriteLine ("Hello World!");
Please help me.



--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Binding-Objective-C-Monotouch-tp4658103.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to