Re: [fpc-pascal] Java crash when fpc library CallVoidMethod in a thread.

2014-05-29 Thread Ewald
On 05/29/2014 11:18 AM, fredvs wrote: > but the timer does not execute > CallvoidMethod at fptimer.ontimer... Just a guess here... To quote Sven a few mails ago: `CheckSynchronize is used to process calls to TThread.Synchronize and TThread.Queue. It *must* be called in the context of the main thr

Re: [fpc-pascal] Java crash when fpc library CallVoidMethod in a thread.

2014-05-29 Thread fredvs
Hello Sven, hello Michael => many tanks. I have follow your advices... but... I have then create a object and a procedure inside that object. I use then queue() or synchronize() inside the thread to execute that procedure of object. That procedure call CallvoidMethod. OK, everything compiles but

Re: [fpc-pascal] EpikTimer v1.0.1 released

2014-05-29 Thread Graeme Geldenhuys
On 28/05/14 09:32, Michael Schnell wrote: > In fact I do want the best possible stuff and not a fork. I am just > trying to help (as I would like to use it in the said current project). Then fork it on Github and start publishing your changes. I'll gladly review the suggestions and merge it what