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

Wayne Sherman wsherman at gmail.com
Sun Apr 2 02:44:40 CEST 2023


On Fri, Mar 31, 2023 at 9:38 AM Bo Berglund wrote:
> What I want to do is...use the D7 app to read a hardware device on command
> and send the data to the Lazarus app.

You probably don't need the extra complication of IPC, sockets, COM,
or OLE automation.  Instead of creating a D7 app, build a D7 DLL which
exports the function(s) you need.  Import the DLL function(s) to your
Lazarus app and call them directly.


More information about the lazarus mailing list