<?xml version="1.0" encoding="ISO-8859-1" ?><rss version="2.0">
<channel>
    <title>RoboRealm Forum</title>
    <link>http://www.RoboRealm.com/</link>
    <description>The newest forum threads.</description>
    <lastBuildDate>Tue, 30 Nov 1999 00:11:00 EST</lastBuildDate>
    <language>en-us</language>
    <copyright>Copyright: (C) RoboRealm, http://www.RoboRealm.com/</copyright>
    <docs>http://www.RoboRealm.com/</docs>

    <item>
        <title>No Title</title>
        <description>
        Baranidharan,&lt;br&gt;&lt;br&gt;Ok, looks like that new method did not get correctly added to the COM object. Please download API.zip again and repeat the same process.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.roborealm.com/downloads/API.zip&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;downloads/&lt;wbr&gt;API.zip&lt;/a&gt;&lt;br&gt;&lt;br&gt;To quickly test you can see the test_save.wbs script in the WScript&amp;nbsp;&amp;nbsp;folder that you can run from the command prompt. It should cause whatever is being used in RoboRealm to be saved to c:\\temp\\red.robo. Note that RR needs to be running with the API turned on for this to work. &lt;br&gt;&lt;br&gt;As that script is quite small it is repeated here.&lt;br&gt;&lt;br&gt;&apos;----//-----&lt;br&gt;&lt;br&gt;set rr=CreateObject(&quot;RoboRealm.API.1&quot;) &lt;br&gt;&lt;br&gt;&apos; open RoboRealm if not already running&lt;br&gt;rr.Open &quot;c:\\www\\RoboRealm\\bin\\RoboRealm.exe&quot;, 6060&lt;br&gt;&lt;br&gt;if not rr.Connect(&quot;localhost&quot;) then&lt;br&gt;&amp;nbsp;&amp;nbsp;WScript.Echo &quot;Could not connect to RoboRealm Server&quot;&lt;br&gt;&amp;nbsp;&amp;nbsp;WScript.Quit(EXIT_INVALID_INPUT)&lt;br&gt;else&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&apos; run a .robo program&lt;br&gt;&amp;nbsp;&amp;nbsp;rr.saveProgram &quot;c:\\temp\\red.robo&quot;&lt;br&gt;&lt;br&gt;end if&lt;br&gt;&lt;br&gt;&apos;----//----&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3548</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3548</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        &lt;br&gt;&amp;nbsp;&amp;nbsp;Dear STeven,&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for your reply. As you suggested, I downloaded the API.ZIP file from the link you mailed.I have registered the API using regsvr32 and also i updated in the Vb.net reference.But i could not get the method called &quot;saveprogram&quot;.&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Awaiting for your response!!&lt;br&gt;&lt;br&gt; Baranidharan.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3548</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3548</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        &lt;br&gt;&amp;nbsp;&amp;nbsp;Dear STeven,&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you for your reply. As you suggested, I downloaded the API.ZIP file from the link you mailed.I have registered the API using regsvr32 and also i updated in the Vb.net reference.But i could not get the method called &quot;saveprogram&quot;.&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Awaiting for your response!!&lt;br&gt;&lt;br&gt; Baranidharan.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3548</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3548</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Baranidharan,&lt;br&gt;&lt;br&gt;We added a &apos;saveProgram&apos; function similar to the loadProgram function into the API. This did not exist before so you will have to download the latest version of RoboRealm AND download the API.zip file again to get the new RR_COM_API.dll which now includes that function.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.roborealm.com/downloads/API.zip&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;downloads/&lt;wbr&gt;API.zip&lt;/a&gt;&lt;br&gt;&lt;br&gt;Let us know if you have any issues using this new method.&lt;br&gt;&lt;br&gt;STeven.&lt;br&gt;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3548</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3548</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Robo API to connect to VB.NET Application</title>
        <description>
        &lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Can any one tell me whether there is method to save the robo file after fine tuning the parameters through API using vb.net application.I can change the parameters using a method called Setparameter written in the robo API. But I could not save the robo file with updated parameters.&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Please Kindly help me to get rid of this issue.Thanks in advance.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3548</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3548</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
