Page 1 of 1

Monotouch

PostPosted: Thu Jul 14, 2011 8:28 pm
by ayongjp
To develop a iphone app, we want to use monotouch
is it possible to using this api in monotouch framework?
would you please some code to tell me how to do that?

Thanks.

Re: Monotouch

PostPosted: Fri Jul 15, 2011 6:31 am
by sunshine
Unfortunately, it's currently impossible to use ForexConnect API with Mono and, consequently, with MonoTouch.
The proper way to use API under Mono is to take plain C++ API and create P/Invoke wrapper around for it. We'll provide examples on how to do this interoperation with the official release of ForexConnect scheduled for August.
However, because of small number of the applications, which potentially will use API under Mono, we are not planning to include Mono (as well as COM) wrappers into official supported set of the packages.

Re: Monotouch

PostPosted: Sat Nov 05, 2011 12:12 am
by ayongjp
Thanks, hoping for your samples, btw, when will you release ForexConnect offically?

Re: Monotouch

PostPosted: Mon Nov 07, 2011 6:30 am
by sunshine
The ForexConnect API has been officially released last Friday. You can find the information about the release here.
We'll provide the samples by the end of this week. Sorry for the delay.