<?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 Can an ARX plugin be loaded through an SCR script file? in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/can-an-arx-plugin-be-loaded-through-an-scr-script-file/m-p/13100090#M8748</link>
    <description>&lt;P&gt;I created an SCR file and input the command ("appload" "D:\work\ElecCoordinationSys.arx"), but it returned the error: "Error: Function error: 'appload' Command: APPLOAD."&lt;/P&gt;</description>
    <pubDate>Tue, 22 Oct 2024 11:30:04 GMT</pubDate>
    <dc:creator>zhengyunyang2019</dc:creator>
    <dc:date>2024-10-22T11:30:04Z</dc:date>
    <item>
      <title>Can an ARX plugin be loaded through an SCR script file?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/can-an-arx-plugin-be-loaded-through-an-scr-script-file/m-p/13100090#M8748</link>
      <description>&lt;P&gt;I created an SCR file and input the command ("appload" "D:\work\ElecCoordinationSys.arx"), but it returned the error: "Error: Function error: 'appload' Command: APPLOAD."&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 11:30:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/can-an-arx-plugin-be-loaded-through-an-scr-script-file/m-p/13100090#M8748</guid>
      <dc:creator>zhengyunyang2019</dc:creator>
      <dc:date>2024-10-22T11:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can an ARX plugin be loaded through an SCR script file?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/can-an-arx-plugin-be-loaded-through-an-scr-script-file/m-p/13100269#M8749</link>
      <description>Did you test your code by typing that at the commandline first?&lt;BR /&gt;Does it work or give you the same error, or something else?</description>
      <pubDate>Tue, 22 Oct 2024 12:44:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/can-an-arx-plugin-be-loaded-through-an-scr-script-file/m-p/13100269#M8749</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2024-10-22T12:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can an ARX plugin be loaded through an SCR script file?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/can-an-arx-plugin-be-loaded-through-an-scr-script-file/m-p/13100368#M8750</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8108635"&gt;@zhengyunyang2019&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8108635"&gt;@zhengyunyang2019&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Can an ARX plugin be loaded through an SCR script file?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Check if the missing file is in the right folder for To Locate Support Files.&lt;/P&gt;&lt;P&gt;Or something like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/ld D:\work\ElecCoordinationSys.arx.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These links provide more help:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;A href="https://help.autodesk.com/view/OARX/2022/ENU/?guid=GUID-61CFAE2E-6D7F-4525-8560-65353BC50D29" target="_blank"&gt;AutoCAD 2022 Developer and ObjectARX Help | Loading an ObjectARX Application | Autodesk&lt;/A&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;A href="https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/Error-No-function-definition-when-launching-AutoCAD.html?msockid=2a747033bae16e2b225d652dbbe56ff4" target="_blank"&gt;"Error: No function definition: ...." when launching AutoCAD&lt;/A&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 22 Oct 2024 13:23:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/can-an-arx-plugin-be-loaded-through-an-scr-script-file/m-p/13100368#M8750</guid>
      <dc:creator>Valentin_CAD</dc:creator>
      <dc:date>2024-10-22T13:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can an ARX plugin be loaded through an SCR script file?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/can-an-arx-plugin-be-loaded-through-an-scr-script-file/m-p/13100539#M8751</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/8108635"&gt;@zhengyunyang2019&lt;/a&gt;&amp;nbsp;Have you tried this updated version:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(arxload "D:\\work\\ElecCoordinationSys.arx")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 14:51:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/can-an-arx-plugin-be-loaded-through-an-scr-script-file/m-p/13100539#M8751</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-10-22T14:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can an ARX plugin be loaded through an SCR script file?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/can-an-arx-plugin-be-loaded-through-an-scr-script-file/m-p/13101797#M8752</link>
      <description>&lt;P&gt;its the same error when i input it in cad commad&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 01:26:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/can-an-arx-plugin-be-loaded-through-an-scr-script-file/m-p/13101797#M8752</guid>
      <dc:creator>zhengyunyang2019</dc:creator>
      <dc:date>2024-10-23T01:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can an ARX plugin be loaded through an SCR script file?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/can-an-arx-plugin-be-loaded-through-an-scr-script-file/m-p/13101822#M8753</link>
      <description>&lt;P&gt;did you try the solution from my post:&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/autocad-forum/can-an-arx-plugin-be-loaded-through-an-scr-script-file/m-p/13100539/highlight/true#M1140550" target="_blank"&gt;Re: Can an ARX plugin be loaded through an SCR script file? - Autodesk Community - AutoCAD&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 01:44:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/can-an-arx-plugin-be-loaded-through-an-scr-script-file/m-p/13101822#M8753</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-10-23T01:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Can an ARX plugin be loaded through an SCR script file?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/can-an-arx-plugin-be-loaded-through-an-scr-script-file/m-p/13101835#M8754</link>
      <description>&lt;P&gt;&lt;SPAN&gt;(ARXLOAD "D:\\work\\ElecCoordinationSys.arx")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You did it the right way. Thank you&lt;/P&gt;&lt;P&gt;And use "\\" in the path to take effect, not "\"&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 01:50:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/can-an-arx-plugin-be-loaded-through-an-scr-script-file/m-p/13101835#M8754</guid>
      <dc:creator>zhengyunyang2019</dc:creator>
      <dc:date>2024-10-23T01:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can an ARX plugin be loaded through an SCR script file?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/can-an-arx-plugin-be-loaded-through-an-scr-script-file/m-p/13101839#M8755</link>
      <description>&lt;P&gt;Yes, either double backslashes "\\" or single forward slash "/" like this:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(arxload "D:/work/ElecCoordinationSys.arx")&lt;/LI-CODE&gt;&lt;P&gt;Now if you add D:\work to your AutoCAD &lt;STRONG&gt;Options&amp;gt;Files&amp;gt;Support File Search Path&lt;/STRONG&gt; then you don't even need to include the path in your loading code:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(arxload "ElecCoordinationSys.arx")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 01:56:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/can-an-arx-plugin-be-loaded-through-an-scr-script-file/m-p/13101839#M8755</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-10-23T01:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can an ARX plugin be loaded through an SCR script file?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/can-an-arx-plugin-be-loaded-through-an-scr-script-file/m-p/13107035#M8756</link>
      <description>&lt;P&gt;Hello, I have a new problem, what if I want to load a dll file? Which command should I use?&lt;/P&gt;&lt;P&gt;I tried (netload "xxx.dll"), but the message "no function definition: NETLOAD"&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 01:19:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/can-an-arx-plugin-be-loaded-through-an-scr-script-file/m-p/13107035#M8756</guid>
      <dc:creator>zhengyunyang2019</dc:creator>
      <dc:date>2024-10-25T01:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Can an ARX plugin be loaded through an SCR script file?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/can-an-arx-plugin-be-loaded-through-an-scr-script-file/m-p/13107091#M8757</link>
      <description>&lt;P&gt;Did you try:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(command "netload" "xxx.dll")&lt;/LI-CODE&gt;&lt;P&gt;FYI: You'll need to include the path if it's not located in one of the Support File Search Path&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 01:48:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/can-an-arx-plugin-be-loaded-through-an-scr-script-file/m-p/13107091#M8757</guid>
      <dc:creator>paullimapa</dc:creator>
      <dc:date>2024-10-25T01:48:36Z</dc:date>
    </item>
  </channel>
</rss>

