<?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: Require AcCoreMgd.dll 32-bit in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/require-accoremgd-dll-32-bit/m-p/4293830#M49217</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;...&amp;nbsp;hence I needed the dlls without actually requiring the execution in Autocad.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;That is NOT POSSIBLE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The managed API DLLs (acdbmgd.dll/acmgd.dll/accoremgd.dll) can only be used insdie of AutoCAD, that is, AutoCAD&amp;nbsp;MUST be executing/running.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jun 2013 13:30:57 GMT</pubDate>
    <dc:creator>norman.yuan</dc:creator>
    <dc:date>2013-06-10T13:30:57Z</dc:date>
    <item>
      <title>Require AcCoreMgd.dll 32-bit</title>
      <link>https://forums.autodesk.com/t5/net-forum/require-accoremgd-dll-32-bit/m-p/3946045#M49214</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have installed a 64-bit Autocad 2013 on my machine. Am building software which needs to work with both 32 and 64 bit Windows OS. Could someone please provide me a 32-bit dll of AcCoreMgd.dll. Though I don't package it, I need to reference it before my project compiles it right.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried downloading the entire installation, but it does it via an installer.The ObjectARX don't have it as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, please oblige. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2013 09:32:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/require-accoremgd-dll-32-bit/m-p/3946045#M49214</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-04T09:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Require AcCoreMgd.dll 32-bit</title>
      <link>https://forums.autodesk.com/t5/net-forum/require-accoremgd-dll-32-bit/m-p/3946260#M49215</link>
      <description>&lt;P&gt;What kind of software you are building? Something run inside AutoCAD only (AutoCAD add-ins), or something run as standalone aoolication outside AutoCAD (EXE, web/windows services...)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you do AutoCAD add-in with ObjectARX .NET API and you do not have to care about whether your AutoCAD&amp;nbsp;.NET Add-in is written against 32-bit or 64-bit AutoCAD/OS (unless you uses something third party COM components or some Windows API). When you have AutoCAD isnatlled, be it 32 or 64-bit, you simply set reference to the correct accoremgd.dll, which your user already has it anyway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you application runs outside AutoCAD, you simply cannot use accoremgd.dll, period.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, what did you try to download? The ObjectARX SDK (Acad2013/2013) does include "accoremgd.dll" in the .\inc folder. You may or may not be aware that the managed DLL (acdbmgd.dll/acmgd.dll/accoremgd.dll) is for development only and they cannot be distributed to AutoCAD user to run your application - AutoCAD installation has them installed alreay, and the SDK version of these file will not run with AutoCAD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2013 13:45:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/require-accoremgd-dll-32-bit/m-p/3946260#M49215</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2013-06-04T13:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Require AcCoreMgd.dll 32-bit</title>
      <link>https://forums.autodesk.com/t5/net-forum/require-accoremgd-dll-32-bit/m-p/4293553#M49216</link>
      <description>Thanks for your time. My application uses Autocad dlls for running custom functions inside AutoCAD. In this case, it was referencing some types, and hence I needed the dlls without actually requiring the execution in Autocad.&lt;BR /&gt;&lt;BR /&gt;I was able to locate the dlls inside the object ARX. Windows Search failed me, the previous time.</description>
      <pubDate>Mon, 10 Jun 2013 09:32:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/require-accoremgd-dll-32-bit/m-p/4293553#M49216</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-10T09:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Require AcCoreMgd.dll 32-bit</title>
      <link>https://forums.autodesk.com/t5/net-forum/require-accoremgd-dll-32-bit/m-p/4293830#M49217</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;...&amp;nbsp;hence I needed the dlls without actually requiring the execution in Autocad.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;That is NOT POSSIBLE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The managed API DLLs (acdbmgd.dll/acmgd.dll/accoremgd.dll) can only be used insdie of AutoCAD, that is, AutoCAD&amp;nbsp;MUST be executing/running.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2013 13:30:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/require-accoremgd-dll-32-bit/m-p/4293830#M49217</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2013-06-10T13:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Require AcCoreMgd.dll 32-bit</title>
      <link>https://forums.autodesk.com/t5/net-forum/require-accoremgd-dll-32-bit/m-p/4294310#M49218</link>
      <description>&lt;P&gt;You can either use REALDWG to modify the dwg file externally without AutoCAD or use AutoCAD OEM distribute a custom CAD program&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AutoCAD RealDWG&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.autodesk.com/realdwg"&gt;http://www.autodesk.com/realdwg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AutoCAD OEM&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://usa.autodesk.com/adsk/servlet/index?id=790640&amp;amp;siteID=123112"&gt;http://usa.autodesk.com/adsk/servlet/index?id=790640&amp;amp;siteID=123112&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&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>Mon, 10 Jun 2013 18:57:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/require-accoremgd-dll-32-bit/m-p/4294310#M49218</guid>
      <dc:creator>arcticad</dc:creator>
      <dc:date>2013-06-10T18:57:09Z</dc:date>
    </item>
  </channel>
</rss>

