Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Objective C binding on MonoTouch

Hi i'm currently developing a monotouch app, where i need to use the IDBlue framework for connecting from the ipad to their blueetooth reader, but is shipped as a framework without a .a, how i should proceed to make the binding so i can use it on monotouch?

like image 339
nukedbit Avatar asked Apr 30 '12 13:04

nukedbit


1 Answers

The easiest way is to create a Bindings project in your solution.

This document describes the whole process.

Also there is a tool (Parser.exe) to help generate bindings. Surprisingly this tool is not mentioned in the "Binding Objective-C Types" document. It is not a complete solution but will give you a good start.

like image 157
Rolf Bjarne Kvinge Avatar answered Oct 11 '22 18:10

Rolf Bjarne Kvinge