- Recompilación de RO para poner RemObjects_Core_D10 como paquete de runtime/designtime. git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@3 b6239004-a887-0f4b-9937-50029ccdca16
39 lines
1014 B
HTML
39 lines
1014 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>COM Sample</span>
|
|
</p>
|
|
|
|
|
|
<h2>Purpose</h2>
|
|
|
|
<p>This sample shows how to call an existing RO server using COM.</p>
|
|
|
|
<h2>Getting Started</h2>
|
|
<ul>
|
|
<li>Build or compile both projects.</li>
|
|
<li>Launch the MegaDemoServer.exe (via the menu option: <strong>RemObjects |
|
|
Launch Server Executable</strong>) and activate the HTTP server</li>.
|
|
<li>Ensure that COMClient is the selected project and run it.</li>
|
|
<li>Check that the client buttons work as expected.</li>
|
|
</ul>
|
|
<h2>Examine the Code</h2>
|
|
<ul>
|
|
<li>
|
|
See the simple code needed to invoke the methods in <strong>COM_Main.pas</strong>.
|
|
</li>
|
|
</ul>
|
|
|
|
<h2>Note</h2>
|
|
<p>
|
|
The sample also shows how to call server methods from *.asp, *.vbs, *.xls.
|
|
</p>
|
|
</body>
|
|
</html> |