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
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
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
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://
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
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
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#