On Sat, 1 Apr 2023 01:58:05 +0200, Giuliano Colla via lazarus <lazarus@lists.lazarus-ide.org> wrote:
>Among the internet examples of Delphi 7 you should find a small app named >netchat, >which provides a basic IPC. Its quite simple and bullet-proof. Ive converted >to >Lazarus on Linux, and used as a base for my needs of IPC. >But converting on the same Windows environment should be very simple, just >using >the Lazarus facilities. You may test it just as it is, and then adapt it to >your needs. > >Giuliano > Where are the "internet examples of Delphi 7" located? Inside the Delphi7 installation or where? I can't find any. By the name you write it looks to me (without having found the example) that it is a *network* application using TCP/IP sockets or the like. I know this is a possibility but seems to be problematic since it implies that the communication is via the LAN. What about situations when there is no network connection? The IPC as described seems to use internal messaging channels on the Windows computer it runs on and not the network... -- Bo Berglund Developer in Sweden -- _______________________________________________ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus