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
On 2017-08-27 14:52, James Richters wrote:
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
>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 ca
On 08/27/2017 12:18 PM, James Richters wrote:
I have a windows console application I wrote with Freepascal.I can send
it a command line parameter for a file to use have it working so if I just
double click on the file I wish to open with my program, it launches and
opens it. I am wondering
I have a windows console application I wrote with Freepascal.I can send it
a command line parameter for a file to use have it working so if I just double
click on the file I wish to open with my program, it launches and opens it. I
am wondering how I can set it up so that double clicking a