On 2017-05-08 06:17, nore...@z505.com wrote:
> Or there
> could already be an examples feature in the docs that I don't know
> about.
fpdoc already supports "Examples" for some years now - I use it very often
in fpGUI and tiOPF's class documentation.
A index of all help topics that contain exam
On 2017-05-08 10:13, nore...@z505.com wrote:
>> In the fpGUI repository there are a few examples of SimpleIPC
>> usage. The examples/apps/nanoedit/ uses it.
>
> That is Cool! Might fork this project on github and create NanoPlug with
hehehe... It seems there is a big demand for a simple and small
On 2017-05-08 03:27, Graeme Geldenhuys wrote:
In the fpGUI repository there are a few examples of SimpleIPC
usage. The examples/apps/nanoedit/ uses it.
That is Cool! Might fork this project on github and create NanoPlug with
a small plugin system. Had a NotePlug prototype years ago that I nev
On Mon, 8 May 2017, nore...@z505.com wrote:
On 2017-05-08 03:40, Graeme Geldenhuys wrote:
On 2017-05-08 06:17, nore...@z505.com wrote:
Or there
could already be an examples feature in the docs that I don't know
about.
fpdoc already supports "Examples" for some years now - I use it very
o
On 2017-05-08 03:40, Graeme Geldenhuys wrote:
On 2017-05-08 06:17, nore...@z505.com wrote:
Or there
could already be an examples feature in the docs that I don't know
about.
fpdoc already supports "Examples" for some years now - I use it very
often
in fpGUI and tiOPF's class documentation.
On 2017-05-08 03:27, Graeme Geldenhuys wrote:
On 2017-05-08 06:17, nore...@z505.com wrote:
Can't seem to find them in the current docs.
In the fpGUI repository there are a few examples of SimpleIPC
usage. The examples/apps/nanoedit/ uses it. The
examples/apps/debugserver/
uses it. I think th
On 2017-05-08 06:17, nore...@z505.com wrote:
> Or there
> could already be an examples feature in the docs that I don't know
> about.
fpdoc already supports "Examples" for some years now - I use it very often
in fpGUI and tiOPF's class documentation.
A index of all help topics that contain exa
On 2017-05-08 06:17, nore...@z505.com wrote:
> Can't seem to find them in the current docs.
In the fpGUI repository there are a few examples of SimpleIPC
usage. The examples/apps/nanoedit/ uses it. The examples/apps/debugserver/
uses it. I think the examples/apps/ide/ also uses it. All non-LCL
by
On Sun, 7 May 2017, nore...@z505.com wrote:
Then some small questions arise: is it possible to statically link fpc
code into other programs rather than it being a DLL? for example .a
files instead of a dll at runtime? Then theoretically, IPC could be
linked in statically, not just as a dll
On Mon, 8 May 2017, nore...@z505.com wrote:
I thought I remember some simpleipc examples in the documentation a
while ago (years ago)..
Can't seem to find them in the current docs.
You are probably talking about the ipc examples of the unix unit.
Were they moved elsewhere or did I miss
On Mon, 8 May 2017, nore...@z505.com wrote:
With simpleipc you can send a string.
I am wondering what type of string is safe to send?
i.e. what happens with utf8 or unicode?
If both sender and receiver use the same defaultsystemcodepage, it should
transfer fine.
Is it meant to send a re
Brad Campbell wrote:
G'day all,
I've been having a play with simpleipc.pp for trying to do
cross-platform single instance detection.
Ordinarily it behaves perfectly, but I just noticed on Linux that it
all comes crashing down if the server application crashes without
removing the pipe.
I
Luca Olivetti wrote:
En/na Brad Campbell ha escrit:
What I ended up doing was creating a lockfile and having the server
hold an exclusive lock on it.
If the server starts and can get an exclusive lock then it know's it
is the first process running, and to delete the ipc pipe if it hangs
over
En/na Brad Campbell ha escrit:
What I ended up doing was creating a lockfile and having the server hold
an exclusive lock on it.
If the server starts and can get an exclusive lock then it know's it is
the first process running, and to delete the ipc pipe if it hangs over
from a crash.
Well,
Michael Van Canneyt wrote:
On Thu, 16 Oct 2008, Brad Campbell wrote:
G'day all,
I've been having a play with simpleipc.pp for trying to do cross-platform
single instance detection.
Ordinarily it behaves perfectly, but I just noticed on Linux that it all comes
crashing down if the server appl
On Thu, 16 Oct 2008, Brad Campbell wrote:
> G'day all,
>
> I've been having a play with simpleipc.pp for trying to do cross-platform
> single instance detection.
>
> Ordinarily it behaves perfectly, but I just noticed on Linux that it all comes
> crashing down if the server application crashes
16 matches
Mail list logo