<?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: Autoloader plugin suddenly not working in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/autoloader-plugin-suddenly-not-working/m-p/12212689#M1472</link>
    <description>&lt;P&gt;Why two dots in name&amp;nbsp;&lt;SPAN&gt;TNTABCObj&lt;STRONG&gt;..&lt;/STRONG&gt;dbx&amp;nbsp; ???&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Sep 2023 18:12:04 GMT</pubDate>
    <dc:creator>Alexander.Rivilis</dc:creator>
    <dc:date>2023-09-01T18:12:04Z</dc:date>
    <item>
      <title>Autoloader plugin suddenly not working</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/autoloader-plugin-suddenly-not-working/m-p/12210809#M1469</link>
      <description>&lt;P&gt;I built my new ObjectARX and DBX codes into dlls and I put them into my Autoloader. But the autoloader suddenly refused to load my new dlls. The PackageContents.xml is the same as before:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[code]&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;ApplicationPackage SchemaVersion="1.0" AutodeskProduct="AutoCAD" ProductType="Application" Name="Screenshot" AppVersion="5.0.1" Description="ABCAD64Bit for Windows 10" Author="xxx" Icon="./Contents/help/Resources/icon.ico" AppNameSpace="appstore.exchange.autodesk.com" OnlineDocumentation="&lt;A href="http://labs.autodesk.com/utilities/ADN_Plugins" target="_blank"&gt;http://labs.autodesk.com/utilities/ADN_Plugins&lt;/A&gt;" HelpFile="./Contents/help/help.htm" ProductCode="{C69D99C7-8DA6-4E37-8831-F325819B76D2}" UpgradeCode="{04B9FE5C-E71B-47DF-B623-600AADFFACC5}" SupportedLocales="Enu" FriendlyVersion="2.1.1"&amp;gt;&lt;BR /&gt;&amp;lt;CompanyDetails Name="AAA Corp" Phone=" " Url="&lt;A href="http://www.aaa.com/" target="_blank"&gt;http://www.aaa.com/&lt;/A&gt;" Email="xxx@aaa.com" /&amp;gt;&lt;BR /&gt;&amp;lt;Components Description="2019 to 2020 parts"&amp;gt;&lt;BR /&gt;&amp;lt;RuntimeRequirements SupportPath="./Contents/Resources" OS="Win32|Win64" Platform="AutoCAD*" SeriesMin="R23.0" SeriesMax="R23.1" /&amp;gt;&lt;BR /&gt;&amp;lt;ComponentEntry AppName="ABCAD" Version="4.9.9" ModuleName="./Contents/Win64/2019/TNTABC.arx" AppDescription="TNTABC ARX" LoadOnAutoCADStartup="True"&amp;gt;&amp;lt;/ComponentEntry&amp;gt;&lt;BR /&gt;&amp;lt;ComponentEntry AppName="ABCAD" Version="4.9.9" ModuleName="./Contents/Win64/2019/TNTABCObj.dbx" AppDescription="TNTABC DBX" LoadOnAutoCADStartup="True"&amp;gt;&amp;lt;/ComponentEntry&amp;gt;&lt;BR /&gt;&amp;lt;ComponentEntry AppName="ABCAD" Version="4.9.9" ModuleName="./Contents/Resources/abc.cuix" AppDescription="Windows CUI File" LoadOnAutoCADStartup="True" /&amp;gt;&lt;BR /&gt;&amp;lt;/Components&amp;gt;&lt;BR /&gt;&amp;lt;Components Description="2022 parts"&amp;gt;&lt;BR /&gt;&amp;lt;RuntimeRequirements SupportPath="./Contents/Resources" OS="Win32|Win64" Platform="AutoCAD*" SeriesMin="R24.1" SeriesMax="R24.1" /&amp;gt;&lt;BR /&gt;&amp;lt;ComponentEntry AppName="ABCAD" Version="5.0.0" ModuleName="./Contents/Win64/2022/TNTABC.arx" AppDescription="TNTABC ARX" LoadOnAutoCADStartup="True"&amp;gt;&amp;lt;/ComponentEntry&amp;gt;&lt;BR /&gt;&amp;lt;ComponentEntry AppName="ABCAD" Version="5.0.0" ModuleName="./Contents/Win64/2022/TNTABCObj..dbx" AppDescription="TNTABC DBX" LoadOnAutoCADStartup="True"&amp;gt;&amp;lt;/ComponentEntry&amp;gt;&lt;BR /&gt;&amp;lt;ComponentEntry AppName="ABCAD" Version="5.0.0" ModuleName="./Contents/Resources/abc.cuix" AppDescription="Windows CUI File" LoadOnAutoCADStartup="True" /&amp;gt;&lt;BR /&gt;&amp;lt;/Components&amp;gt;&lt;BR /&gt;&amp;lt;Components Description="2023 parts"&amp;gt;&lt;BR /&gt;&amp;lt;RuntimeRequirements SupportPath="./Contents/Resources" OS="Win32|Win64" Platform="AutoCAD*" SeriesMin="R24.2" SeriesMax="R24.2" /&amp;gt;&lt;BR /&gt;&amp;lt;ComponentEntry AppName="ABCAD" Version="5.0.1" ModuleName="./Contents/Win64/2023/TNTABC.arx" AppDescription="TNTABC ARX" LoadOnAutoCADStartup="True"&amp;gt;&amp;lt;/ComponentEntry&amp;gt;&lt;BR /&gt;&amp;lt;ComponentEntry AppName="ABCAD" Version="5.0.1" ModuleName="./Contents/Win64/2023/TNTABCObj..dbx" AppDescription="TNTABC DBX" LoadOnAutoCADStartup="True"&amp;gt;&amp;lt;/ComponentEntry&amp;gt;&lt;BR /&gt;&amp;lt;ComponentEntry AppName="ABCAD" Version="5.0.1" ModuleName="./Contents/Resources/abc.cuix" AppDescription="Windows CUI File" LoadOnAutoCADStartup="True" /&amp;gt;&lt;BR /&gt;&amp;lt;/Components&amp;gt;&lt;BR /&gt;&amp;lt;/ApplicationPackage&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[/code]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have three versions running on AutoCAD 2019, AutoCAD 2022 and AutoCAD 2023. The one that autoloader didn't work is AutoCAD 2023.&amp;nbsp; However, if I put my old DLLs into the folder:&lt;/P&gt;&lt;P&gt;C:\Program Files\Autodesk\ApplicationPlugins\ABCAD.bundle\Contents\Win64\2023&lt;/P&gt;&lt;P&gt;The AutoCAD 2023 was able to load my old DLLS. That was very strange. Why the new DLLS could not be loaded but old one can be loaded?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To narrow down the potential bugs, I just did a few lines change on my ARX program and rebuilt the program again. Still NO luck.&amp;nbsp; I has been struggling with this problem for a few days. My question is: are there any coding conflicts causing this issue even the project was built successfully? For example, for DBX program, if the dwgOutFields or dwgInFields functions were not coded properly, the DLLS will not be autoloaded?&amp;nbsp; Do I need to reboot AutoCAD so that&amp;nbsp; I can get my program loaded. I have three dlls: ARX, DBX, and DLL ( additional dll for algorithm related program). I tried appload command. It didn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone give me some hints about this problem?&amp;nbsp; Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 00:31:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/autoloader-plugin-suddenly-not-working/m-p/12210809#M1469</guid>
      <dc:creator>hypertent</dc:creator>
      <dc:date>2023-09-01T00:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Autoloader plugin suddenly not working</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/autoloader-plugin-suddenly-not-working/m-p/12210882#M1470</link>
      <description>&lt;P&gt;When this happens to me, it’s usually because I put something in On_kInitAppMsg that requires a document.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 01:43:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/autoloader-plugin-suddenly-not-working/m-p/12210882#M1470</guid>
      <dc:creator>daniel_cadext</dc:creator>
      <dc:date>2023-09-01T01:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Autoloader plugin suddenly not working</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/autoloader-plugin-suddenly-not-working/m-p/12212653#M1471</link>
      <description>&lt;P&gt;Thanks for your reply. I didn't add new codes in&amp;nbsp;On_kInitAppMsg. The autoloader is still not working.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 17:55:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/autoloader-plugin-suddenly-not-working/m-p/12212653#M1471</guid>
      <dc:creator>hypertent</dc:creator>
      <dc:date>2023-09-01T17:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Autoloader plugin suddenly not working</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/autoloader-plugin-suddenly-not-working/m-p/12212689#M1472</link>
      <description>&lt;P&gt;Why two dots in name&amp;nbsp;&lt;SPAN&gt;TNTABCObj&lt;STRONG&gt;..&lt;/STRONG&gt;dbx&amp;nbsp; ???&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 18:12:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/autoloader-plugin-suddenly-not-working/m-p/12212689#M1472</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2023-09-01T18:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Autoloader plugin suddenly not working</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/autoloader-plugin-suddenly-not-working/m-p/12212698#M1473</link>
      <description>&lt;P&gt;Sorry, that is typo, there is only one dot. when I copied and pasted into here, I did some changes on the ARX DBX names to keep it confidential.&amp;nbsp; The PackageContents file should be Okay as the old dlls can be loaded with this file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 18:16:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/autoloader-plugin-suddenly-not-working/m-p/12212698#M1473</guid>
      <dc:creator>hypertent</dc:creator>
      <dc:date>2023-09-01T18:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Autoloader plugin suddenly not working</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/autoloader-plugin-suddenly-not-working/m-p/12212712#M1474</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/533096"&gt;@hypertent&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With command _ARX (or _APPLOAD) you can load your's arx/dbx files?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 18:27:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/autoloader-plugin-suddenly-not-working/m-p/12212712#M1474</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2023-09-01T18:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Autoloader plugin suddenly not working</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/autoloader-plugin-suddenly-not-working/m-p/12212774#M1475</link>
      <description>&lt;P&gt;I just rebuilt the project in a separate folder with my original codes by adding the new codes step by step. In the first three steps, I was able to autoload my dlls. But after third load, it suddenly refused to load my dllds without any clues.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried your way by using command, appload, loaded dbx file first, and then load&amp;nbsp;arx file. Both files are loaded successfully.&amp;nbsp; I ran my new command function I just added, it seems to be working. Does this mean that Autodesk Autoloader has some bugs with AutoCAD 2023?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I still got another question: I use another third dll file which is my kernel algorithm with dll extension, can this dll also be loaded when I uses appload command? In another word, if I updated some codes in this dll, can I still run my program with this updated dll even appload command seems to only allow me to load dbx and arx files?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 18:56:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/autoloader-plugin-suddenly-not-working/m-p/12212774#M1475</guid>
      <dc:creator>hypertent</dc:creator>
      <dc:date>2023-09-01T18:56:47Z</dc:date>
    </item>
  </channel>
</rss>

