<?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 Switch from Windows 7 AutoCAD 2014 to Windows 10 AutoCAD 2018 in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/switch-from-windows-7-autocad-2014-to-windows-10-autocad-2018/m-p/8355446#M24452</link>
    <description>&lt;P&gt;I have DLL modules that works fine in current environment (Windows 7 and AutoCAD 2014). I distribute recently same DLL to my colleague who has Windows 10 and AutoCAD 2018. NETLOAD loads DLL without error, custom function is visible but when he tried to run this custom code AutoCAD crashes without any warning message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you notice similiar issues?&lt;/P&gt;&lt;P&gt;Is there something in code that I have to consider related to switch to Windows 10 or/and AutoCAD 2018?&lt;/P&gt;</description>
    <pubDate>Wed, 24 Oct 2018 09:35:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-10-24T09:35:47Z</dc:date>
    <item>
      <title>Switch from Windows 7 AutoCAD 2014 to Windows 10 AutoCAD 2018</title>
      <link>https://forums.autodesk.com/t5/net-forum/switch-from-windows-7-autocad-2014-to-windows-10-autocad-2018/m-p/8355446#M24452</link>
      <description>&lt;P&gt;I have DLL modules that works fine in current environment (Windows 7 and AutoCAD 2014). I distribute recently same DLL to my colleague who has Windows 10 and AutoCAD 2018. NETLOAD loads DLL without error, custom function is visible but when he tried to run this custom code AutoCAD crashes without any warning message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you notice similiar issues?&lt;/P&gt;&lt;P&gt;Is there something in code that I have to consider related to switch to Windows 10 or/and AutoCAD 2018?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Oct 2018 09:35:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/switch-from-windows-7-autocad-2014-to-windows-10-autocad-2018/m-p/8355446#M24452</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-24T09:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Switch from Windows 7 AutoCAD 2014 to Windows 10 AutoCAD 2018</title>
      <link>https://forums.autodesk.com/t5/net-forum/switch-from-windows-7-autocad-2014-to-windows-10-autocad-2018/m-p/8355588#M24453</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AutoCAD 2014 and AutoCAD 2018 are not fully API compatible, depending on which parts of API functions are used could result in crashes.&lt;/P&gt;
&lt;P&gt;The vendor of that code has to port and test his app to the new AutoCAD release.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Wed, 24 Oct 2018 10:57:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/switch-from-windows-7-autocad-2014-to-windows-10-autocad-2018/m-p/8355588#M24453</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2018-10-24T10:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Switch from Windows 7 AutoCAD 2014 to Windows 10 AutoCAD 2018</title>
      <link>https://forums.autodesk.com/t5/net-forum/switch-from-windows-7-autocad-2014-to-windows-10-autocad-2018/m-p/8355603#M24454</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your code references the AutoCAD Interop libraries (COM API), you should compile a version which references the 2018 Interop libraries.&lt;/P&gt;
&lt;P&gt;If your code P/Invoke unmanaged methods you have to look if the EntryCode didn't change.&lt;/P&gt;
&lt;P&gt;If your code only uses the .NET API managed methods ("pure .NET") it should work, anyway, you can try to build and debug a new version with the same code but targeting the .NET Framework 4.6 and referencing the 2018 AutoCAD .NET libraries.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Oct 2018 11:04:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/switch-from-windows-7-autocad-2014-to-windows-10-autocad-2018/m-p/8355603#M24454</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2018-10-24T11:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Switch from Windows 7 AutoCAD 2014 to Windows 10 AutoCAD 2018</title>
      <link>https://forums.autodesk.com/t5/net-forum/switch-from-windows-7-autocad-2014-to-windows-10-autocad-2018/m-p/8355610#M24455</link>
      <description>&lt;P&gt;Just to also add ... if using SendCommand (or any type of sending a string to the commandline) changed because of fibers changed in AutoCAD 2015.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Wed, 24 Oct 2018 11:07:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/switch-from-windows-7-autocad-2014-to-windows-10-autocad-2018/m-p/8355610#M24455</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2018-10-24T11:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Switch from Windows 7 AutoCAD 2014 to Windows 10 AutoCAD 2018</title>
      <link>https://forums.autodesk.com/t5/net-forum/switch-from-windows-7-autocad-2014-to-windows-10-autocad-2018/m-p/8355639#M24456</link>
      <description>&lt;P&gt;What you mean by "fibers changed" ?&lt;/P&gt;&lt;P&gt;I am using send command:&lt;/P&gt;&lt;PRE&gt;private void SendStringToExecute(string sToExecute) {
    //Cancel running commands
    if(Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument.CommandInProgress != "" &amp;amp;&amp;amp; Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument.CommandInProgress != "CD") {
        AcadDocument oDoc = (AcadDocument)Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument.GetAcadDocument();
        oDoc.SendCommand("\x03\x03");
    }
    Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument.SendStringToExecute(sToExecute.Replace(" ", "\n"), false, false, false);
}&lt;/PRE&gt;&lt;P&gt;Do you have / can you&amp;nbsp; provide example of new solution?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Oct 2018 11:19:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/switch-from-windows-7-autocad-2014-to-windows-10-autocad-2018/m-p/8355639#M24456</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-24T11:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Switch from Windows 7 AutoCAD 2014 to Windows 10 AutoCAD 2018</title>
      <link>https://forums.autodesk.com/t5/net-forum/switch-from-windows-7-autocad-2014-to-windows-10-autocad-2018/m-p/8355647#M24457</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; can you&amp;nbsp; provide example of new solution?&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;There are some blogs out describing more detailed what changed and how to manage that, e.g. &lt;A href="https://adndevblog.typepad.com/autocad/2014/04/migration-after-fiber-is-removed-in-autocad-2015.html" target="_blank"&gt;&amp;gt;&amp;gt;&amp;gt;this&amp;lt;&amp;lt;&amp;lt;&lt;/A&gt; or &lt;A href="https://through-the-interface.typepad.com/through_the_interface/2014/03/autocad-2015-calling-commands.html" target="_blank"&gt;&amp;gt;&amp;gt;&amp;gt;that&amp;lt;&amp;lt;&amp;lt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Wed, 24 Oct 2018 11:22:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/switch-from-windows-7-autocad-2014-to-windows-10-autocad-2018/m-p/8355647#M24457</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2018-10-24T11:22:36Z</dc:date>
    </item>
  </channel>
</rss>

