[Lazarus] lazopenglcontext on Raspberry Pi?

2017-10-19 Thread Anthony Tekatch via Lazarus
I cannot get the lazopenglcontext package to install on Raspbian stretch. The error is: lazarus.pp(1,1) Fatal: Cannot find lazopenglcontext used by Lazarus. Check if package LazOpenGLContext creates lazopenglcontext.ppu, check nothing deletes this file and check that no two packages have

Re: [Lazarus] IPC: TSimpleIPC, ZeroMQ, nanomsg...

2017-10-19 Thread Denis Kozlov via Lazarus
I would also suggest IPC through TCP/IP. I have deployed several tools with such IPC implementation which operate across multiple platforms and are rock solid. All you need is a good networking library that works in both FPC and Delphi, such as Synapse

Re: [Lazarus] IPC: TSimpleIPC, ZeroMQ, nanomsg...

2017-10-19 Thread Marcos Douglas B. Santos via Lazarus
On Thu, Oct 19, 2017 at 2:42 PM, Sandro Cumerlato via Lazarus wrote: > ZeroMQ (libzmq 4.2.2) header binding for FPC is available at: > > https://github.com/DJMaster/zeromq-fpc Yeah, I saw this on ZeroMQ website. Thanks anyway. Regards, Marcos Douglas --