- Recompilación en Delphi10 de todos los paquetes de RO para generar las DCU's en Lib\D10 - Recompilación en Delphi10 de todos los paquetes de DA para generar las DCU's en Lib\D10 git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@9 b6239004-a887-0f4b-9937-50029ccdca16
30 lines
778 B
HTML
30 lines
778 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="..\styles.css">
|
|
</head>
|
|
<body>
|
|
<img src="..\..\ro.png" alt="" align="right">
|
|
|
|
<!-------------------------------------------------------------------------->
|
|
|
|
<p class="h1">
|
|
<span>Named Pipes Sample</span>
|
|
</p>
|
|
|
|
<h2>Purpose</h2>
|
|
|
|
<p>This example shows the use of a named pipe connection. It creates a named pipe server as a Windows service.</p>
|
|
|
|
<h2>Getting Started</h2>
|
|
<ul>
|
|
<li>Build or compile both projects.</li>
|
|
<li>Run the <strong>install_service.cmd</strong> file provided.</li>
|
|
<li>Run the <b>NamedPipeClient.exe</b>.</li>
|
|
</ul>
|
|
|
|
<h2>Note</h2>
|
|
<p>To uninstall the NamedPipeServer.exe, run the <strong>uninstall_service.cmd</strong>
|
|
file provided.</p>
|
|
|
|
</body>
|
|
</html> |