<?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 Global Commands Problems - Unresolved externals in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/global-commands-problems-unresolved-externals/m-p/314274#M38576</link>
    <description>Hi Friends,&lt;BR /&gt;
&lt;BR /&gt;
Help please...&lt;BR /&gt;
&lt;BR /&gt;
I am using AutoCad 2000. And latest Object arx, in VC++6.&lt;BR /&gt;
&lt;BR /&gt;
I think I am missing something because I cannot seem to make use&lt;BR /&gt;
of most of the global commands like acedGetVar(), acedGetEnv()&lt;BR /&gt;
INSIDE my class implementation (cpp).&lt;BR /&gt;
&lt;BR /&gt;
Any tips is very much appreciated.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance,&lt;BR /&gt;
Efren</description>
    <pubDate>Wed, 13 Nov 2002 06:52:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2002-11-13T06:52:20Z</dc:date>
    <item>
      <title>Global Commands Problems - Unresolved externals</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/global-commands-problems-unresolved-externals/m-p/314274#M38576</link>
      <description>Hi Friends,&lt;BR /&gt;
&lt;BR /&gt;
Help please...&lt;BR /&gt;
&lt;BR /&gt;
I am using AutoCad 2000. And latest Object arx, in VC++6.&lt;BR /&gt;
&lt;BR /&gt;
I think I am missing something because I cannot seem to make use&lt;BR /&gt;
of most of the global commands like acedGetVar(), acedGetEnv()&lt;BR /&gt;
INSIDE my class implementation (cpp).&lt;BR /&gt;
&lt;BR /&gt;
Any tips is very much appreciated.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance,&lt;BR /&gt;
Efren</description>
      <pubDate>Wed, 13 Nov 2002 06:52:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/global-commands-problems-unresolved-externals/m-p/314274#M38576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-11-13T06:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Global Commands Problems - Unresolved externals</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/global-commands-problems-unresolved-externals/m-p/314275#M38577</link>
      <description>struct resbuf rb;&lt;BR /&gt;
 struct resbuf* cmdecho = NULL;&lt;BR /&gt;
 acedGetVar( "CMDECHO", &amp;amp;rb );&lt;BR /&gt;
 int oldEcho = rb.resval.rint;&lt;BR /&gt;
&lt;BR /&gt;
I hope it help's&lt;BR /&gt;
&lt;BR /&gt;
Georg&lt;BR /&gt;
&lt;BR /&gt;
"Efren" &lt;EABELLA at="" magix.com.sg=""&gt; schrieb im Newsbeitrag&lt;BR /&gt;
news:67315B7F926EC6642588AB9C904915D9@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Hi Friends,&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Help please...&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I am using AutoCad 2000. And latest Object arx, in VC++6.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I think I am missing something because I cannot seem to make use&lt;BR /&gt;
&amp;gt; of most of the global commands like acedGetVar(), acedGetEnv()&lt;BR /&gt;
&amp;gt; INSIDE my class implementation (cpp).&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Any tips is very much appreciated.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks in advance,&lt;BR /&gt;
&amp;gt; Efren&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;/EABELLA&gt;</description>
      <pubDate>Wed, 13 Nov 2002 07:16:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/global-commands-problems-unresolved-externals/m-p/314275#M38577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-11-13T07:16:49Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/global-commands-problems-unresolved-externals/m-p/314276#M38578</link>
      <description>Thanks but I have already tried this before.&lt;BR /&gt;
It still doesn't work, I still get Unresolved externals...&lt;BR /&gt;
&lt;BR /&gt;
I am beginning to suspect - could it be because I am trying this in my DBX?&lt;BR /&gt;
That dbx cannot invoke document-level global functions?&lt;BR /&gt;
This actually works well in my arx but not in my dbx, called "inside"&lt;BR /&gt;
classes.&lt;BR /&gt;
&lt;BR /&gt;
Pls comment...&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Georg Erlenhoff" &lt;G.ERLENHOFF&gt; wrote in message&lt;BR /&gt;
news:546721C6BE2E1096310246776C5536E4@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; struct resbuf rb;&lt;BR /&gt;
&amp;gt;  struct resbuf* cmdecho = NULL;&lt;BR /&gt;
&amp;gt;  acedGetVar( "CMDECHO", &amp;amp;rb );&lt;BR /&gt;
&amp;gt;  int oldEcho = rb.resval.rint;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I hope it help's&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Georg&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Efren" &lt;EABELLA at="" magix.com.sg=""&gt; schrieb im Newsbeitrag&lt;BR /&gt;
&amp;gt; news:67315B7F926EC6642588AB9C904915D9@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt; Hi Friends,&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Help please...&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I am using AutoCad 2000. And latest Object arx, in VC++6.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I think I am missing something because I cannot seem to make use&lt;BR /&gt;
&amp;gt; &amp;gt; of most of the global commands like acedGetVar(), acedGetEnv()&lt;BR /&gt;
&amp;gt; &amp;gt; INSIDE my class implementation (cpp).&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Any tips is very much appreciated.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Thanks in advance,&lt;BR /&gt;
&amp;gt; &amp;gt; Efren&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;/EABELLA&gt;&lt;/G.ERLENHOFF&gt;</description>
      <pubDate>Thu, 14 Nov 2002 07:04:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/global-commands-problems-unresolved-externals/m-p/314276#M38578</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-11-14T07:04:10Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/global-commands-problems-unresolved-externals/m-p/314277#M38579</link>
      <description>.dbx files are supposed to be able to work in a non-Acad environment (such&lt;BR /&gt;
as Volo View or LT).  As such, they should not use any functionality that is&lt;BR /&gt;
AutoCAD specific.  This includes all of the acedXXX functions and anything&lt;BR /&gt;
else that is exported via acad.lib.&lt;BR /&gt;
&lt;BR /&gt;
If you only expect your application to run in an AutoCAD environment, then&lt;BR /&gt;
you might as well just make your program a .arx rather than a .dbx and then&lt;BR /&gt;
use all of the Acad specific functionality that you want.&lt;BR /&gt;
&lt;BR /&gt;
"Efren" &lt;EABELLA at="" magix.com.sg=""&gt; wrote in message&lt;BR /&gt;
news:D70B8304FC123CE7DB2B3738EB87A888@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; Thanks but I have already tried this before.&lt;BR /&gt;
&amp;gt; It still doesn't work, I still get Unresolved externals...&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; I am beginning to suspect - could it be because I am trying this in my&lt;BR /&gt;
DBX?&lt;BR /&gt;
&amp;gt; That dbx cannot invoke document-level global functions?&lt;BR /&gt;
&amp;gt; This actually works well in my arx but not in my dbx, called "inside"&lt;BR /&gt;
&amp;gt; classes.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Pls comment...&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; "Georg Erlenhoff" &lt;G.ERLENHOFF&gt; wrote in message&lt;BR /&gt;
&amp;gt; news:546721C6BE2E1096310246776C5536E4@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt; struct resbuf rb;&lt;BR /&gt;
&amp;gt; &amp;gt;  struct resbuf* cmdecho = NULL;&lt;BR /&gt;
&amp;gt; &amp;gt;  acedGetVar( "CMDECHO", &amp;amp;rb );&lt;BR /&gt;
&amp;gt; &amp;gt;  int oldEcho = rb.resval.rint;&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I hope it help's&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Georg&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; "Efren" &lt;EABELLA at="" magix.com.sg=""&gt; schrieb im Newsbeitrag&lt;BR /&gt;
&amp;gt; &amp;gt; news:67315B7F926EC6642588AB9C904915D9@in.WebX.maYIadrTaRb...&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Hi Friends,&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Help please...&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; I am using AutoCad 2000. And latest Object arx, in VC++6.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; I think I am missing something because I cannot seem to make use&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; of most of the global commands like acedGetVar(), acedGetEnv()&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; INSIDE my class implementation (cpp).&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Any tips is very much appreciated.&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Thanks in advance,&lt;BR /&gt;
&amp;gt; &amp;gt; &amp;gt; Efren&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;/EABELLA&gt;&lt;/G.ERLENHOFF&gt;&lt;/EABELLA&gt;</description>
      <pubDate>Thu, 14 Nov 2002 10:21:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/global-commands-problems-unresolved-externals/m-p/314277#M38579</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-11-14T10:21:21Z</dc:date>
    </item>
  </channel>
</rss>

