<?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: Unloading .arx appliction through VC++ program in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/unloading-arx-appliction-through-vc-program/m-p/4384792#M13478</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1626012"&gt;@jlobo2&lt;/a&gt; wrote:&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;...I tried using acedArxUnload(_T("XYZ.arx")) but it did not work...&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;ObjectARX application &lt;STRONG&gt;can not unload itself&lt;/STRONG&gt; with help of acedArxUnload function. You can try to do that with:&lt;/P&gt;
&lt;PRE&gt;acDocManager-&amp;gt;sendStringToExecute(L"(arxunload \"XYZ.arx\") ");&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;or with&lt;/P&gt;
&lt;PRE&gt;ads_queueexpr(L"(arxunload \"XYZ.arx\") ");&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 29 Aug 2013 07:23:03 GMT</pubDate>
    <dc:creator>Alexander.Rivilis</dc:creator>
    <dc:date>2013-08-29T07:23:03Z</dc:date>
    <item>
      <title>Unloading .arx appliction through VC++ program</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/unloading-arx-appliction-through-vc-program/m-p/4327405#M13476</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to unload an .arx application from a vC++ program.&lt;/P&gt;&lt;P&gt;I loaded the .arx from the LISP command, but now when the arx application does its operations, I want to unload it through VC++.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried using acedArxUnload(_T("XYZ.arx")) but it did not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help regarding the same, would be highly appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2013 18:49:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/unloading-arx-appliction-through-vc-program/m-p/4327405#M13476</guid>
      <dc:creator>jlobo2</dc:creator>
      <dc:date>2013-07-11T18:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unloading .arx appliction through VC++ program</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/unloading-arx-appliction-through-vc-program/m-p/4384345#M13477</link>
      <description>&lt;P&gt;This is from the ObjectARX Reference Guide:&lt;/P&gt;
&lt;P&gt;"The acedArxUnload() function returns an error status code when the string parameter does not specify a loaded ARX program or when the program to be unloaded has dependents registered on its services."&lt;/P&gt;
&lt;P&gt;Could you check, please, what the function is returning, that the name of the ARX is spelled correctly and there is no any ARX which depends on this one?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2013 19:24:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/unloading-arx-appliction-through-vc-program/m-p/4384345#M13477</guid>
      <dc:creator>Marat.Mirgaleev</dc:creator>
      <dc:date>2013-08-28T19:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unloading .arx appliction through VC++ program</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/unloading-arx-appliction-through-vc-program/m-p/4384792#M13478</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1626012"&gt;@jlobo2&lt;/a&gt; wrote:&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;...I tried using acedArxUnload(_T("XYZ.arx")) but it did not work...&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;ObjectARX application &lt;STRONG&gt;can not unload itself&lt;/STRONG&gt; with help of acedArxUnload function. You can try to do that with:&lt;/P&gt;
&lt;PRE&gt;acDocManager-&amp;gt;sendStringToExecute(L"(arxunload \"XYZ.arx\") ");&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;or with&lt;/P&gt;
&lt;PRE&gt;ads_queueexpr(L"(arxunload \"XYZ.arx\") ");&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2013 07:23:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/unloading-arx-appliction-through-vc-program/m-p/4384792#M13478</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2013-08-29T07:23:03Z</dc:date>
    </item>
  </channel>
</rss>

