nukedbit
nukedbit

Reputation: 453

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?

Upvotes: 5

Views: 663

Answers (1)

Rolf Bjarne Kvinge
Rolf Bjarne Kvinge

Reputation: 19345

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.

Upvotes: 9

Related Questions