[Lazarus] Lazarus not recognizing 32 and 64 cross compile

2017-06-19 Thread Anthony Walter via Lazarus
I recently rebuild fpc and lazarus from svn truck sources on osx sierra. Within lazarus previously I was able to refer to my_freepascal_path/bin/fpc as the compiler and cross compile to both 32bit and 64bit darwin. Now I have to select my_freepascal_path/bin/ppccrossx64 to get access to the 64bit

Re: [Lazarus] Enqueuing a callback from a thread via other class - or am I overcomplicating this ?

2017-06-19 Thread Michael Schnell via Lazarus
On 17.06.2017 22:25, el es via Lazarus wrote: Where does the call queued from a thread, return to ? From the POV of the application programmer: "nowhere". it's just another (main-Thread-) "Event" that (like "OnClick") gets "fired" by the Lazarus/fpc infrastructure and is done. The object's

Re: [Lazarus] Enqueuing a callback from a thread via other class - or am I overcomplicating this ?

2017-06-19 Thread Lukasz Sokol via Lazarus
On 19/06/17 00:30, José Mejuto via Lazarus wrote: > El 18/06/2017 a las 22:44, el es via Lazarus escribió: > >> Hence the object, would have to have ITS callback routine be something like >> a TNotifyEvent ( procedure(AObject: TSomeObject) of object, or something), >> and the flag set is set

Re: [Lazarus] Is this a bug?

2017-06-19 Thread Wolf via Lazarus
Now that I learned the word "initialization section", I could google for it, and what's going on behind the screens is no longer murky. Thanks again. I even found the heaptrc documentation and in it the "dumpheap" procedure, which