- Recompilación de todos los paquetes de RO para poner RemObjects_Core_D10 como paquete de runtime/designtime. git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@5 b6239004-a887-0f4b-9937-50029ccdca16
17 lines
851 B
HTML
17 lines
851 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">AutoServer example</p>
|
|
|
|
<h2>Purpose</h2><p>This sample shows how a client can control its server when they are both running locally. This is useful if you want to provide a simple standard alone solution which is easily upgraded to multi-tier (or you might want to provide both options).</p><p>To try this sample, compile or build both projects and then run the client. On start up, the client will look for an existing server window and start the server if necessary.</p><p>The server supplies a GetEnvironment method which returns the value of an environment variable.</p><p />
|
|
|
|
|
|
|
|
</body>
|
|
</html> |