Re: Some thread/GC questions

2016-03-09 Thread Daniel Kochmański
OK, sorry then for this mistake of mine. Dnia 10 marca 2016 00:59:53 CET, Juraj Variny napisał(a): >> >> > On Wednesday 09 March 2016 09:07:38 you wrote: >> >> Hello, >> >> >> >> Juraj Variny writes: >> >> > Hello, >> >> > >> >> > can you please tell me how to: >> >> > >> >> > 1. Initialize lisp

Re: Some thread/GC questions

2016-03-09 Thread Juraj Variny
> > > On Wednesday 09 March 2016 09:07:38 you wrote: > >> Hello, > >> > >> Juraj Variny writes: > >> > Hello, > >> > > >> > can you please tell me how to: > >> > > >> > 1. Initialize lisp environment in a thread that was already created by > >> > C/C++ app? Is it possible for it to share existing l

Re: EclAndroid-0.0.1 on Android 6.0 ?

2016-03-09 Thread Daniel Kochmański
Hello Helmut, I haven't tried it on Android 6.0 (maybe someone else?). It would be helpful though if you could send some more detailed description of crashing (how does it crash, what is the logcat output, did you build apk by yourself or you have downloaded apk etc), then maybe I'll be able to in

EclAndroid-0.0.1 on Android 6.0 ?

2016-03-09 Thread Helmut Jarausch
Has anybody tried EclAndroid-0.0.1 on Android 6.0 ? Here on my Galaxy S5 with rooted Android 6.01 it crashes during start up. Many thanks for some info, Helmut

Re: Some thread/GC questions

2016-03-09 Thread Daniel Kochmański
Juraj Variny writes: > On Wednesday 09 March 2016 09:07:38 you wrote: >> Hello, >> >> Juraj Variny writes: >> > Hello, >> > >> > can you please tell me how to: >> > >> > 1. Initialize lisp environment in a thread that was already created by >> > C/C++ app? Is it possible for it to share existi

Re: Some thread/GC questions

2016-03-09 Thread Juraj Variny
On Wednesday 09 March 2016 09:07:38 you wrote: > Hello, > > Juraj Variny writes: > > Hello, > > > > can you please tell me how to: > > > > 1. Initialize lisp environment in a thread that was already created by > > C/C++ app? Is it possible for it to share existing lisp environment? > > There is

Re: Some thread/GC questions

2016-03-09 Thread Daniel Kochmański
Hello, Juraj Variny writes: > Hello, > > can you please tell me how to: > > 1. Initialize lisp environment in a thread that was already created by C/C++ > app? Is it possible for it to share existing lisp environment? There is an example in examples/embed directory (file hello.c). What do you m