Re: [mono-android] Samsung S Pen jar bindings

2012-04-09 Thread Atsushi Eno
As a followup on this old topic - now I could build an untested binding library for S Pen SDK v2.0 (there was major upgrade in these months). In case you are curious, the code is here. https://github.com/xamarin/monodroid-samples/tree/monodroid-4.1-preview/SPenSdkBinding Note that I couldn't bu

Re: [mono-android] Samsung S Pen jar bindings

2012-02-02 Thread Atsushi Eno
Yes, the latter. Our generator generates incomplete binding code and cannot help that specific type (and maybe some more types), but it will be doable to put supplement code (which has to be manually written) to compile with the generated code. (It would be tricky steps to do though.) Hope it

Re: [mono-android] Samsung S Pen jar bindings

2012-02-02 Thread Roy Goode
Thanks Atsushi, Does that mean that the Samsung S Pen library simply can't be used in Mono for Android or that your jar binding tool does not support it so therefore the bindings cannot be automatically generated? On 2 February 2012 05:53, Atsushi Eno wrote: > Hello, > > We hope to release our

Re: [mono-android] Samsung S Pen jar bindings

2012-02-01 Thread Atsushi Eno
Hello, We hope to release our jar binding tool in the next alpha version. Now I tried to generate binding for this library, but either Java class loader or asm (byte code engineering library) does not successfully load some types (such as PenSettingInfo). Sadly we can support only those libra

[mono-android] Samsung S Pen jar bindings

2012-02-01 Thread Roman Kalantari
Has anybody already creating bindings for the Samsung S Pen (stylus) sdk? It is available here: http://innovator.samsungmobile.com/down/cnts/toolSDK.detail.view.do?platformId=1&cntsId=10210&nacode= If not, is there any alpha of the jar binding tool available, or could somebody with access to it ru