[Lazarus] Simple ipc server fatal error on start - 0xc000007b

Bo Berglund bo.berglund at gmail.com
Sat Apr 1 09:37:00 CEST 2023


On Sat, 1 Apr 2023 01:58:05 +0200, Giuliano Colla via lazarus
<lazarus at 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. It’s quite simple and bullet-proof. I’ve 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



More information about the lazarus mailing list