Link a third-party library (Sybase Ultralite) with MonoTouch

We need to port the Windows Mobile 6 application to the iPhone, and since our developers have experience in C #, MonoTouch is the perfect platform.

We need to use the Ultralite database in our iPhone application, a management solution, and if we cannot do this, we will be forced to develop the application using Xcode and Objective-C. How to link third-party libraries with MonoTouch?

I created a small sample application in xCode and Objective-C that demonstrates the use of the Ultralite library. Below are the steps that I took when setting up this sample application (lessons 1 to 4):

dcx.sybase.com/index.html#1200en/ulc/ulc-create-new-iphone-app-project.html

All I need is a starting point, and this sample application running on MonoTouch will give me this. I want to convert this sample application to work in MonoTouch. An example application can be found here:

https://github.com/BruceHill/Ultralite-Names-Sample-ObjC

+3
source share

All Articles