[fpc-pascal] sending new parameters to existing instance
Luca Olivetti
luca at ventoso.org
Mon Aug 28 08:08:58 CEST 2017
El 27/08/17 a les 21:52, James Richters ha escrit:
>> i think you're looking for IPC (InterProcess Communication)... with this, the second instance would load up, find that there is one already running, tell the already running one about the new file to load, and then exit...
>
> Thank you, that is exactly what I want but did not know what it was called.
And here's simple wrapper around ipc to do what you want to do:
http://wiki.freepascal.org/UniqueInstance
Bye
--
Luca
More information about the fpc-pascal
mailing list