<?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: Getting the ACAD support path string in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/getting-the-acad-support-path-string/m-p/328718#M42090</link>
    <description>You can use acedGetVar to retrieve the contents of the ACAD sysvar.&lt;BR /&gt;
Also, C++ has access to AutoCAD's object model via COM.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
"The penalty of success is to be bored&lt;BR /&gt;
by people who used to snub you."&lt;BR /&gt;
Nancy, Lady Astor&lt;BR /&gt;
&lt;BR /&gt;
http://www.acadx.com&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Andre Roy" &lt;ANDRE.ROY&gt; wrote in message&lt;BR /&gt;
news:D721718FC9D4C119DCD590005A7A68C9@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Hi all!&lt;BR /&gt;
&amp;gt; I want to have a string containing the ACAD support path that can be&lt;BR /&gt;
found&lt;BR /&gt;
&amp;gt; in the preferences..&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I know that in VLisp there is the (VLA-GET-PREFERENCE) function.&lt;BR /&gt;
&amp;gt; Is there something like that in ARX?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks!&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; --&lt;BR /&gt;
&amp;gt; Andre Roy&lt;BR /&gt;
&amp;gt; Software Developer / Webmaster / 3D Animator&lt;BR /&gt;
&amp;gt; www.promine.com&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/ANDRE.ROY&gt;</description>
    <pubDate>Fri, 01 Mar 2002 08:34:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2002-03-01T08:34:33Z</dc:date>
    <item>
      <title>Getting the ACAD support path string</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/getting-the-acad-support-path-string/m-p/328717#M42089</link>
      <description>Hi all!&lt;BR /&gt;
I want to have a string containing the ACAD support path that can be found&lt;BR /&gt;
in the preferences..&lt;BR /&gt;
&lt;BR /&gt;
I know that in VLisp there is the (VLA-GET-PREFERENCE) function.&lt;BR /&gt;
Is there something like that in ARX?&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Andre Roy&lt;BR /&gt;
Software Developer / Webmaster / 3D Animator&lt;BR /&gt;
www.promine.com</description>
      <pubDate>Fri, 01 Mar 2002 08:11:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/getting-the-acad-support-path-string/m-p/328717#M42089</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-03-01T08:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the ACAD support path string</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/getting-the-acad-support-path-string/m-p/328718#M42090</link>
      <description>You can use acedGetVar to retrieve the contents of the ACAD sysvar.&lt;BR /&gt;
Also, C++ has access to AutoCAD's object model via COM.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
"The penalty of success is to be bored&lt;BR /&gt;
by people who used to snub you."&lt;BR /&gt;
Nancy, Lady Astor&lt;BR /&gt;
&lt;BR /&gt;
http://www.acadx.com&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Andre Roy" &lt;ANDRE.ROY&gt; wrote in message&lt;BR /&gt;
news:D721718FC9D4C119DCD590005A7A68C9@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Hi all!&lt;BR /&gt;
&amp;gt; I want to have a string containing the ACAD support path that can be&lt;BR /&gt;
found&lt;BR /&gt;
&amp;gt; in the preferences..&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I know that in VLisp there is the (VLA-GET-PREFERENCE) function.&lt;BR /&gt;
&amp;gt; Is there something like that in ARX?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks!&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; --&lt;BR /&gt;
&amp;gt; Andre Roy&lt;BR /&gt;
&amp;gt; Software Developer / Webmaster / 3D Animator&lt;BR /&gt;
&amp;gt; www.promine.com&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/ANDRE.ROY&gt;</description>
      <pubDate>Fri, 01 Mar 2002 08:34:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/getting-the-acad-support-path-string/m-p/328718#M42090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-03-01T08:34:33Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/getting-the-acad-support-path-string/m-p/328719#M42091</link>
      <description>Via COM? How?&lt;BR /&gt;
&lt;BR /&gt;
"Frank Oquendo" &lt;FRANKO&gt; wrote in message&lt;BR /&gt;
news:569D90C85FB84A8BC102E1484D9EB7C8@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; You can use acedGetVar to retrieve the contents of the ACAD sysvar.&lt;BR /&gt;
&amp;gt; Also, C++ has access to AutoCAD's object model via COM.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; --&lt;BR /&gt;
&amp;gt; "The penalty of success is to be bored&lt;BR /&gt;
&amp;gt; by people who used to snub you."&lt;BR /&gt;
&amp;gt; Nancy, Lady Astor&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; http://www.acadx.com&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Andre Roy" &lt;ANDRE.ROY&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:D721718FC9D4C119DCD590005A7A68C9@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt; Hi all!&lt;BR /&gt;
&amp;gt; &amp;gt; I want to have a string containing the ACAD support path that can be&lt;BR /&gt;
&amp;gt; found&lt;BR /&gt;
&amp;gt; &amp;gt; in the preferences..&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I know that in VLisp there is the (VLA-GET-PREFERENCE) function.&lt;BR /&gt;
&amp;gt; &amp;gt; Is there something like that in ARX?&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Thanks!&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; --&lt;BR /&gt;
&amp;gt; &amp;gt; Andre Roy&lt;BR /&gt;
&amp;gt; &amp;gt; Software Developer / Webmaster / 3D Animator&lt;BR /&gt;
&amp;gt; &amp;gt; www.promine.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;/ANDRE.ROY&gt;&lt;/FRANKO&gt;</description>
      <pubDate>Fri, 01 Mar 2002 08:55:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/getting-the-acad-support-path-string/m-p/328719#M42091</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-03-01T08:55:00Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/getting-the-acad-support-path-string/m-p/328720#M42092</link>
      <description>Have a look in the SDK's docsamps\comsamps folder for working&lt;BR /&gt;
examples.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
"The penalty of success is to be bored&lt;BR /&gt;
by people who used to snub you."&lt;BR /&gt;
Nancy, Lady Astor&lt;BR /&gt;
&lt;BR /&gt;
http://www.acadx.com&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Andre Roy" &lt;ANDRE.ROY&gt; wrote in message&lt;BR /&gt;
news:F82EEF27615B563B0958B81AE9D8B0C8@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Via COM? How?&lt;/ANDRE.ROY&gt;</description>
      <pubDate>Fri, 01 Mar 2002 10:51:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/getting-the-acad-support-path-string/m-p/328720#M42092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-03-01T10:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the ACAD support path string</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/getting-the-acad-support-path-string/m-p/328721#M42093</link>
      <description>I see no justifiable reason for you to waste your time.&lt;BR /&gt;
&lt;BR /&gt;
See acedGetEnv() or AcDbHostApplicationServices::getEnv().&lt;BR /&gt;
Use the string "ACAD" as the variable name, and make sure&lt;BR /&gt;
it's UPPER CASE:&lt;BR /&gt;
&lt;BR /&gt;
char* libPath;&lt;BR /&gt;
libPath = acdbHostApplicationServices()-&amp;gt;getEnv("ACAD");&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Andre Roy" &lt;ANDRE.ROY&gt; wrote in message&lt;BR /&gt;
news:D721718FC9D4C119DCD590005A7A68C9@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Hi all!&lt;BR /&gt;
&amp;gt; I want to have a string containing the ACAD support path that can be found&lt;BR /&gt;
&amp;gt; in the preferences..&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I know that in VLisp there is the (VLA-GET-PREFERENCE) function.&lt;BR /&gt;
&amp;gt; Is there something like that in ARX?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks!&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; --&lt;BR /&gt;
&amp;gt; Andre Roy&lt;BR /&gt;
&amp;gt; Software Developer / Webmaster / 3D Animator&lt;BR /&gt;
&amp;gt; www.promine.com&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/ANDRE.ROY&gt;</description>
      <pubDate>Fri, 01 Mar 2002 12:51:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/getting-the-acad-support-path-string/m-p/328721#M42093</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-03-01T12:51:45Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/getting-the-acad-support-path-string/m-p/328722#M42094</link>
      <description>&amp;gt; I see no justifiable reason for you to waste your time.&lt;BR /&gt;
&lt;BR /&gt;
Huh?&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
"The penalty of success is to be bored&lt;BR /&gt;
by people who used to snub you."&lt;BR /&gt;
Nancy, Lady Astor&lt;BR /&gt;
&lt;BR /&gt;
http://www.acadx.com</description>
      <pubDate>Fri, 01 Mar 2002 13:03:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/getting-the-acad-support-path-string/m-p/328722#M42094</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-03-01T13:03:25Z</dc:date>
    </item>
  </channel>
</rss>

