<?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: VB5/ACAD14 CreateObject failure in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/vb5-acad14-createobject-failure/m-p/315295#M95501</link>
    <description>Michael,&lt;BR /&gt;
&lt;BR /&gt;
Would you just instantiate the VBAIDE at least once on the&lt;BR /&gt;
problematic machines and try again your program?&lt;BR /&gt;
&lt;BR /&gt;
Let us know if it worked.&lt;BR /&gt;
&lt;BR /&gt;
Denis</description>
    <pubDate>Mon, 21 Feb 2000 01:58:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2000-02-21T01:58:10Z</dc:date>
    <item>
      <title>VB5/ACAD14 CreateObject failure</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vb5-acad14-createobject-failure/m-p/315293#M95499</link>
      <description>I'm have written a program in VB5 that accesses Acad14 on Win98 through&lt;BR /&gt;
COM automation. I use the following to instantiate the Acad component:&lt;BR /&gt;
&lt;BR /&gt;
    Set m_oAcad = CreateObject("AutoCAD.Application")&lt;BR /&gt;
&lt;BR /&gt;
This works fine on some systems with AutoCAD R14 installed but not on&lt;BR /&gt;
others. On some machines an error message is returned saying the object&lt;BR /&gt;
could not be created. My feeling is that something in the Windows registry&lt;BR /&gt;
is corrupt but reinstalling AutoCAD does not fix the problem.&lt;BR /&gt;
&lt;BR /&gt;
Any ideas are greatly appreciated.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Michael Gupton&lt;BR /&gt;
e-mail: mgupton@ieee.org&lt;BR /&gt;
web: www.fortec1.com</description>
      <pubDate>Sun, 20 Feb 2000 19:36:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vb5-acad14-createobject-failure/m-p/315293#M95499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-02-20T19:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: VB5/ACAD14 CreateObject failure</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vb5-acad14-createobject-failure/m-p/315294#M95500</link>
      <description>Make sure that you are using R14.01. Also, is there other AutoCAD software&lt;BR /&gt;
installed on those machines?&lt;BR /&gt;
&lt;BR /&gt;
Joe&lt;BR /&gt;
&lt;BR /&gt;
Michael G &lt;ARMG&gt; wrote in message&lt;BR /&gt;
news:88pfc7$ksa5@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt;     I'm have written a program in VB5 that accesses Acad14 on Win98&lt;BR /&gt;
through&lt;BR /&gt;
&amp;gt; COM automation. I use the following to instantiate the Acad component:&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;     Set m_oAcad = CreateObject("AutoCAD.Application")&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; This works fine on some systems with AutoCAD R14 installed but not on&lt;BR /&gt;
&amp;gt; others. On some machines an error message is returned saying the object&lt;BR /&gt;
&amp;gt; could not be created. My feeling is that something in the Windows registry&lt;BR /&gt;
&amp;gt; is corrupt but reinstalling AutoCAD does not fix the problem.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Any ideas are greatly appreciated.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; --&lt;BR /&gt;
&amp;gt; Michael Gupton&lt;BR /&gt;
&amp;gt; e-mail: mgupton@ieee.org&lt;BR /&gt;
&amp;gt; web: www.fortec1.com&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/ARMG&gt;</description>
      <pubDate>Sun, 20 Feb 2000 23:15:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vb5-acad14-createobject-failure/m-p/315294#M95500</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-02-20T23:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: VB5/ACAD14 CreateObject failure</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vb5-acad14-createobject-failure/m-p/315295#M95501</link>
      <description>Michael,&lt;BR /&gt;
&lt;BR /&gt;
Would you just instantiate the VBAIDE at least once on the&lt;BR /&gt;
problematic machines and try again your program?&lt;BR /&gt;
&lt;BR /&gt;
Let us know if it worked.&lt;BR /&gt;
&lt;BR /&gt;
Denis</description>
      <pubDate>Mon, 21 Feb 2000 01:58:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vb5-acad14-createobject-failure/m-p/315295#M95501</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-02-21T01:58:10Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vb5-acad14-createobject-failure/m-p/315296#M95502</link>
      <description>I am using AutoCAD 14.01 on all my systems and there is no other AutoCAD on&lt;BR /&gt;
some of the systems that I'm seeing the problem on.&lt;BR /&gt;
&lt;BR /&gt;
Joe Sutphin &lt;JOESU&gt; wrote in message&lt;BR /&gt;
news:88psvs$ksl11@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; Make sure that you are using R14.01. Also, is there other AutoCAD software&lt;BR /&gt;
&amp;gt; installed on those machines?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Joe&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Michael G &lt;ARMG&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:88pfc7$ksa5@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; &amp;gt;     I'm have written a program in VB5 that accesses Acad14 on Win98&lt;BR /&gt;
&amp;gt; through&lt;BR /&gt;
&amp;gt; &amp;gt; COM automation. I use the following to instantiate the Acad component:&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;     Set m_oAcad = CreateObject("AutoCAD.Application")&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; This works fine on some systems with AutoCAD R14 installed but not on&lt;BR /&gt;
&amp;gt; &amp;gt; others. On some machines an error message is returned saying the object&lt;BR /&gt;
&amp;gt; &amp;gt; could not be created. My feeling is that something in the Windows&lt;BR /&gt;
registry&lt;BR /&gt;
&amp;gt; &amp;gt; is corrupt but reinstalling AutoCAD does not fix the problem.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Any ideas are greatly appreciated.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; --&lt;BR /&gt;
&amp;gt; &amp;gt; Michael Gupton&lt;BR /&gt;
&amp;gt; &amp;gt; e-mail: mgupton@ieee.org&lt;BR /&gt;
&amp;gt; &amp;gt; web: www.fortec1.com&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/ARMG&gt;&lt;/JOESU&gt;</description>
      <pubDate>Mon, 21 Feb 2000 04:25:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vb5-acad14-createobject-failure/m-p/315296#M95502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-02-21T04:25:53Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/vb5-acad14-createobject-failure/m-p/315297#M95503</link>
      <description>Sounds as though you don't have your reference library installed properly on&lt;BR /&gt;
the other machines.&lt;BR /&gt;
&lt;BR /&gt;
Joe&lt;BR /&gt;
&lt;BR /&gt;
Michael G &lt;ARMG&gt; wrote in message&lt;BR /&gt;
news:88qecm$n7i2@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; I am using AutoCAD 14.01 on all my systems and there is no other AutoCAD&lt;BR /&gt;
on&lt;BR /&gt;
&amp;gt; some of the systems that I'm seeing the problem on.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Joe Sutphin &lt;JOESU&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:88psvs$ksl11@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; &amp;gt; Make sure that you are using R14.01. Also, is there other AutoCAD&lt;BR /&gt;
software&lt;BR /&gt;
&amp;gt; &amp;gt; installed on those machines?&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Joe&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Michael G &lt;ARMG&gt; wrote in message&lt;BR /&gt;
&amp;gt; &amp;gt; news:88pfc7$ksa5@adesknews2.autodesk.com...&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;     I'm have written a program in VB5 that accesses Acad14 on Win98&lt;BR /&gt;
&amp;gt; &amp;gt; through&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; COM automation. I use the following to instantiate the Acad component:&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;     Set m_oAcad = CreateObject("AutoCAD.Application")&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; This works fine on some systems with AutoCAD R14 installed but not on&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; others. On some machines an error message is returned saying the&lt;BR /&gt;
object&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; could not be created. My feeling is that something in the Windows&lt;BR /&gt;
&amp;gt; registry&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; is corrupt but reinstalling AutoCAD does not fix the problem.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Any ideas are greatly appreciated.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; --&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Michael Gupton&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; e-mail: mgupton@ieee.org&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; web: www.fortec1.com&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/ARMG&gt;&lt;/JOESU&gt;&lt;/ARMG&gt;</description>
      <pubDate>Mon, 21 Feb 2000 11:52:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/vb5-acad14-createobject-failure/m-p/315297#M95503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-02-21T11:52:22Z</dc:date>
    </item>
  </channel>
</rss>

