<?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: in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-vs-vb/m-p/325072#M43861</link>
    <description>&amp;gt; Finally, if you use C++/ObjectARX, you can feel superior to all those&lt;BR /&gt;
people&lt;BR /&gt;
&amp;gt; who use 'easy' programming languages like VB. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Hmmm...&lt;BR /&gt;
&lt;BR /&gt;
Easy = Soft&lt;BR /&gt;
Hard = Superior&lt;BR /&gt;
&lt;BR /&gt;
???&lt;BR /&gt;
&lt;BR /&gt;
Luis&lt;BR /&gt;
ArqCOM Software&lt;BR /&gt;
www.arqcom.com.mx</description>
    <pubDate>Mon, 05 Nov 2001 10:44:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2001-11-05T10:44:29Z</dc:date>
    <item>
      <title>ObjectARX vs VB</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-vs-vb/m-p/325070#M43859</link>
      <description>I am new to all of these so please bear with me.  What is the advantage of&lt;BR /&gt;
using ARX over VB?</description>
      <pubDate>Fri, 02 Nov 2001 16:31:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-vs-vb/m-p/325070#M43859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-11-02T16:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectARX vs VB</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-vs-vb/m-p/325071#M43860</link>
      <description>Its not easy to write a comprehensive list, so here are a couple of examples&lt;BR /&gt;
...&lt;BR /&gt;
&lt;BR /&gt;
ObjectARX is much faster than VB. It is also faster than VBA. The speed&lt;BR /&gt;
difference is not so marked in VBA because this runs in-process. VBA is&lt;BR /&gt;
written using ObjectARX, so it will always be a bit slower than pure ARX.&lt;BR /&gt;
&lt;BR /&gt;
ObjectARX allows you more access to AutoCAD's underlying functionality. The&lt;BR /&gt;
most obvious example is that you cannot create custom entities using VB/VBA.&lt;BR /&gt;
There are many other things you can do in ARX, but not in VB/VBA.&lt;BR /&gt;
&lt;BR /&gt;
VB/VBA allow you to do a lot, but not everything. What VB/VBA doesn't allow,&lt;BR /&gt;
you can usually expose to VB/VBA using ObjectARX and an ATL wrapper&lt;BR /&gt;
function.&lt;BR /&gt;
&lt;BR /&gt;
Finally, if you use C++/ObjectARX, you can feel superior to all those people&lt;BR /&gt;
who use 'easy' programming languages like VB. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Cheers,&lt;BR /&gt;
&lt;BR /&gt;
Stephen Preston&lt;BR /&gt;
Developer Consulting Group&lt;BR /&gt;
Autodesk&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Chris W" &lt;CWHITAKER&gt; wrote in message&lt;BR /&gt;
news:f092cc0.-1@WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; I am new to all of these so please bear with me.  What is the advantage of&lt;BR /&gt;
&amp;gt; using ARX over VB?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/CWHITAKER&gt;</description>
      <pubDate>Mon, 05 Nov 2001 10:29:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-vs-vb/m-p/325071#M43860</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-11-05T10:29:12Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-vs-vb/m-p/325072#M43861</link>
      <description>&amp;gt; Finally, if you use C++/ObjectARX, you can feel superior to all those&lt;BR /&gt;
people&lt;BR /&gt;
&amp;gt; who use 'easy' programming languages like VB. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Hmmm...&lt;BR /&gt;
&lt;BR /&gt;
Easy = Soft&lt;BR /&gt;
Hard = Superior&lt;BR /&gt;
&lt;BR /&gt;
???&lt;BR /&gt;
&lt;BR /&gt;
Luis&lt;BR /&gt;
ArqCOM Software&lt;BR /&gt;
www.arqcom.com.mx</description>
      <pubDate>Mon, 05 Nov 2001 10:44:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-vs-vb/m-p/325072#M43861</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-11-05T10:44:29Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-vs-vb/m-p/325073#M43862</link>
      <description>To put it in simple terms that someone used to explain C++ to me, "C++ and ObjectARX give you the power of a shotgun, except its too easy to blow your foot off". C++ and ObjectARX give you ten times the power of VB and event more than VBA across the board. The downfall to this much programming power is that if you make a mistake you can crash AutoCAD (I'm guilty) or Windows (I'm also guilty) or even worse, wreck AutoCAD so bad you need to re-install it (My last boss did that). VB is a hobbiest programming language and was started by Microsoft as just that. But around V2 or 3 they discovered that so many people were using it for comercial or bussiness use that it was slightly beefed up (especially in the database area) for these programmers. VB still has problems and I don't recommend using it for any kind of commercial product as your main language. Plainly if you know how to program C++, ObjectARX is just a library add-on and can be mastered in a good period of time. ObjectARX and C++ have allowed me to do things that no one has ever thought possible. Thanks Chad Wanless</description>
      <pubDate>Mon, 05 Nov 2001 20:35:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-vs-vb/m-p/325073#M43862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-11-05T20:35:02Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-vs-vb/m-p/325074#M43863</link>
      <description>Sorry - my odd sense of humour kicked in for a moment there. Must try harder&lt;BR /&gt;
to keep it under control. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Luis Esquivel" &lt;LUIS&gt; wrote in message&lt;BR /&gt;
news:E0DAFB21FA56E996E017435BEF5047EB@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt; Finally, if you use C++/ObjectARX, you can feel superior to all those&lt;BR /&gt;
&amp;gt; people&lt;BR /&gt;
&amp;gt; &amp;gt; who use 'easy' programming languages like VB. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Hmmm...&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Easy = Soft&lt;BR /&gt;
&amp;gt; Hard = Superior&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; ???&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Luis&lt;BR /&gt;
&amp;gt; ArqCOM Software&lt;BR /&gt;
&amp;gt; www.arqcom.com.mx&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/LUIS&gt;</description>
      <pubDate>Mon, 05 Nov 2001 23:53:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-vs-vb/m-p/325074#M43863</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-11-05T23:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: ObjectARX vs VB</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-vs-vb/m-p/325075#M43864</link>
      <description>Dear Chris,&lt;BR /&gt;
&lt;BR /&gt;
Regarding to all posted messages on this thread is a fact that each one will&lt;BR /&gt;
think its best languages skills will be the best of the best!&lt;BR /&gt;
&lt;BR /&gt;
But, in fact, the best solution depends on what you are planning to do.&lt;BR /&gt;
For instance, if you desire to develop custom entities the ObjectARX is the&lt;BR /&gt;
only way to go. In other hand, if you are planning to make a simple&lt;BR /&gt;
application, like a macro, that just manipulate some entities, maybe the&lt;BR /&gt;
best solution is VBA or even AutoLISP.&lt;BR /&gt;
&lt;BR /&gt;
As you may know, as ObjectARX is based on C++, from it you can reach almost&lt;BR /&gt;
anything like databases, windows api, internet, etc. In theory, there is no&lt;BR /&gt;
limit when working on C++ even when we are talking about hardware&lt;BR /&gt;
interfaces.&lt;BR /&gt;
&lt;BR /&gt;
From my point of view I can't guarantee what is the best solution without&lt;BR /&gt;
know exactly what are your plans.&lt;BR /&gt;
&lt;BR /&gt;
So, it is up to you choose what is the best customization tool for YOUR&lt;BR /&gt;
problem!&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Fernando.&lt;BR /&gt;
&lt;BR /&gt;
"Chris W" &lt;CWHITAKER&gt; wrote in message&lt;BR /&gt;
news:f092cc0.-1@WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; I am new to all of these so please bear with me.  What is the advantage of&lt;BR /&gt;
&amp;gt; using ARX over VB?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/CWHITAKER&gt;</description>
      <pubDate>Tue, 06 Nov 2001 01:44:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-vs-vb/m-p/325075#M43864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-11-06T01:44:37Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/objectarx-vs-vb/m-p/325076#M43865</link>
      <description>Stephen,&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Sorry - my odd sense of humour kicked in for a moment there. Must try&lt;BR /&gt;
harder&lt;BR /&gt;
&amp;gt; to keep it under control. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Hey no problem (been there too) it was funny!.&lt;BR /&gt;
&lt;BR /&gt;
Best regards,&lt;BR /&gt;
Luis&lt;BR /&gt;
&lt;BR /&gt;
btw, I will be asking here for help as soon I need it and you probably will&lt;BR /&gt;
answer my arx questions.</description>
      <pubDate>Tue, 06 Nov 2001 06:49:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/objectarx-vs-vb/m-p/325076#M43865</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2001-11-06T06:49:32Z</dc:date>
    </item>
  </channel>
</rss>

