简体   繁体   English

Lazarus SimpleServer

[英]Lazarus SimpleServer

I would like to create a Simple Socket Server in Lazarus, using the built in TSimpleIPCServer. 我想使用内置的TSimpleIPCServer在Lazarus中创建一个简单套接字服务器。 I do not want to use any other framework or product ! 我不想使用任何其他框架或产品! There seem to be no documentation on this Component. 该组件上似乎没有任何文档。 I have looked all over the Net but I could not find any examples. 我已经遍及整个网络,但找不到任何示例。

But IPC isn't a Simple Socket library it is provide memory sharing to another application. 但是IPC并不是一个简单的套接字库,它可以提供内存共享给另一个应用程序。 Also in Windows 7 and above isn't easy to communicate with fpc's IPC server. 同样在Windows 7及更高版本中,与fpc的IPC服务器进行通信也不容易。 My advise use or change that software/library: http://torry.net/vcl/system/appscommunications/ipc.zip 我的建议是使用或更改该软件/库: http : //torry.net/vcl/system/appscommunications/ipc.zip

It is working I tested with delphi but for windows it can be compile in lazarus. 我使用delphi进行了测试,但是可以在lazarus中进行编译。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM