<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: API problems in Robot Structural Analysis Forum</title>
    <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-problems/m-p/4893096#M74078</link>
    <description>&lt;P&gt;Believe the issue was that I needed the 32-bit RCOM.DLL to match my 32-bit version of Excel, but the 64-bit Robot 2014 is installed with the 64-bit RCOM.DLL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Rafal!&lt;/P&gt;</description>
    <pubDate>Tue, 18 Mar 2014 16:07:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-03-18T16:07:39Z</dc:date>
    <item>
      <title>API problems</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-problems/m-p/4891660#M74074</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm having trouble getting Excel VBA to communicate with Robot 2014.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It started with a run-time error 429 'ActiveX component can’t create object’&amp;nbsp;on calling the RobotApplication function: ".Kernel.Structure.Results.Query(result_params, row_set)"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking at the forums this suggested component registration problems. I have Robot 2010, 2012 and 2014 installed on my machine so have had problems with the incorrect version being registered before.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried everything I could find on the forums including the following commands in a batch file run as admin:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"C:\Program Files (x86)\Autodesk\Autodesk Robot Structural Analysis 2010\SYSTEM\EXE\Robot.exe" /unregserver&lt;BR /&gt;&lt;SPAN style="font-size: 12px; line-height: 15px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"C:\Program Files\Autodesk\Autodesk Robot Structural Analysis Professional 2012\System\Exe\Robot.exe" /unregserver&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 15px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"C:\Program Files\Autodesk\Autodesk Robot Structural Analysis Professional 2014\System\Exe\Robot.exe" /regserver&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 15px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I also tried registering the R2014 RCOM.DLL file again as this worked for me in the past:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"c:\windows\system32\regsvr32" "C:\Program Files\Autodesk\Autodesk Robot Structural Analysis Professional 2014\System\Exe\rcom.dll"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And then eventually I tried unregistering the R2010 and R2012 DLLs before re-registering the R2014 DLL:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"c:\windows\system32\regsvr32" /u "C:\Program Files (x86)\Autodesk\Autodesk Robot Structural Analysis 2010\SYSTEM\EXE\rcom.dll"&lt;BR /&gt;&lt;SPAN style="font-size: 12px; line-height: 15px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"c:\windows\system32\regsvr32" /u "C:\Program Files\Autodesk\Autodesk Robot Structural Analysis Professional 2012\System\Exe\rcom.dll"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 15px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"c:\windows\system32\regsvr32" "C:\Program Files\Autodesk\Autodesk Robot Structural Analysis Professional 2014\System\Exe\rcom.dll"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 15px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 15px;"&gt;And then I tried doing all of the above in various different orders with no success.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 15px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 15px;"&gt;Now the link between Excel VBA and Robot is nearly completely broken. After successfully creating a new RobotApplication object I get the run time error 430 'Class does not support Automation or does not support expected interface' when I try to check the .Visible property.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 15px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 15px;"&gt;What can I do to fix this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 15px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 15px;"&gt;Thanks, Rory&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2014 02:05:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-problems/m-p/4891660#M74074</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-18T02:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: API problems</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-problems/m-p/4891802#M74075</link>
      <description>&lt;P&gt;Do you use Win 8.1 x64 and Office 2013?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2014 07:24:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-problems/m-p/4891802#M74075</guid>
      <dc:creator>Romanich</dc:creator>
      <dc:date>2014-03-18T07:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: API problems</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-problems/m-p/4891828#M74076</link>
      <description>&lt;P&gt;Windows 7 and Office 2010.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2014 07:53:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-problems/m-p/4891828#M74076</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-18T07:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: API problems</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-problems/m-p/4892928#M74077</link>
      <description>&lt;P&gt;Solution:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://forums.autodesk.com/t5/Robot-Structural-Analysis/API-error/m-p/3519462#M5816" target="_blank"&gt;http://forums.autodesk.com/t5/Robot-Structural-Analysis/API-error/m-p/3519462#M5816&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MOST IMPORTANT : rcom.dll should be downloaded from this post on forum&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2014 15:19:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-problems/m-p/4892928#M74077</guid>
      <dc:creator>Rafal.Gaweda</dc:creator>
      <dc:date>2014-03-18T15:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: API problems</title>
      <link>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-problems/m-p/4893096#M74078</link>
      <description>&lt;P&gt;Believe the issue was that I needed the 32-bit RCOM.DLL to match my 32-bit version of Excel, but the 64-bit Robot 2014 is installed with the 64-bit RCOM.DLL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Rafal!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2014 16:07:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/robot-structural-analysis-forum/api-problems/m-p/4893096#M74078</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-18T16:07:39Z</dc:date>
    </item>
  </channel>
</rss>

