Re: [mono-android] Link to libmonosgen-2.0.so in emulator

2012-05-02 Thread Rodrigo Kumpera
On Thu, Apr 26, 2012 at 3:44 PM, fmcicreate < filipe.m.card...@icreateconsulting.com> wrote: > > Jonathan Pryor-2 wrote > > > > Does this happen on mono/linux or mono/OSX? Or just on Android? > > > > Could you please file a test case so that we can investigate? > > > > I tested on windows with thi

Re: [mono-android] Link to libmonosgen-2.0.so in emulator

2012-04-26 Thread fmcicreate
Jonathan Pryor-2 wrote > > Does this happen on mono/linux or mono/OSX? Or just on Android? > > Could you please file a test case so that we can investigate? > I tested on windows with this example: http://lists.ximian.com/pipermail/mono-bugs/2006-February/038966.html http://lists.ximian.com/p

Re: [mono-android] Link to libmonosgen-2.0.so in emulator

2012-04-23 Thread Jonathan Pryor
On Apr 23, 2012, at 9:12 AM, fmcicreate wrote: > But calling this function from the thread gives the same error: *Thread 0x0 > may have been prematurely finalized*. Does this happen on mono/linux or mono/OSX? Or just on Android? Could you please file a test case so that we can investigate? Than

Re: [mono-android] Link to libmonosgen-2.0.so in emulator

2012-04-23 Thread fmcicreate
Jonathan Pryor-2 wrote > > On Apr 18, 2012, at 12:37 PM, fmcicreate wrote: > (...) > then you're also going to need to be responsible for everything else as > well. > > - Jon > Hi Jon. I saw your answer to this question: http://comments.gmane.org/gmane.comp.gnome.mono.monodroid/4766 http://

Re: [mono-android] Link to libmonosgen-2.0.so in emulator

2012-04-20 Thread fmcicreate
Mono for Android is not responsible for the app startup. Thank you for the explanation..as you say I must be responsible for mono initialization and everything else. The error I stated above was corrected by giving the correct path as showed in http://www.mono-project.com/Embedding_Mono#Configur

Re: [mono-android] Link to libmonosgen-2.0.so in emulator

2012-04-19 Thread Jonathan Pryor
On Apr 18, 2012, at 12:37 PM, fmcicreate wrote: > I need to call a C# DLL from C++, and I followed this > http://www.mono-project.com/Embedding_Mono > http://www.mono-project.com/Embedding_Mono . > This works on my PC, but now I need to replicate this functionality into > android. Suffice it to

[mono-android] Link to libmonosgen-2.0.so in emulator

2012-04-18 Thread fmcicreate
I need to call a C# DLL from C++, and I followed this http://www.mono-project.com/Embedding_Mono http://www.mono-project.com/Embedding_Mono . This works on my PC, but now I need to replicate this functionality into android. I have a NDK built shared library from which I would like to load the C#