<?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: Distribute my Application in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/distribute-my-application/m-p/3792622#M50814</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can merge them in their registry, its well written here:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://through-the-interface.typepad.com/through_the_interface/2006/09/automatic_loadi.html"&gt;http://through-the-interface.typepad.com/through_the_interface/2006/09/automatic_loadi.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or some oldschool Lisp:&lt;/P&gt;&lt;PRE&gt;(if (findfile "mydll.dll")
  (progn
    (princ "mydll.dll loaded.\n")
    (command "._NETLOAD" "mydll.dll"))
  (princ "mydll.dll NOT found!\n"))&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Feb 2013 16:18:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-02-28T16:18:44Z</dc:date>
    <item>
      <title>Distribute my Application</title>
      <link>https://forums.autodesk.com/t5/net-forum/distribute-my-application/m-p/3792539#M50813</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have managed to create an application. Now I want to distribute my DLL to other users.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the most efficient way to distribute my DLL so that my user do not need to configure anything. They just put the DLL in a specific location and when they open Autocad, DLL will be automatically loaded and they can use&amp;nbsp;customize command. I have read an article 'Distribute Your Application' in AutoCAD .NET Developers Guide but did not understand correctly how can make the demand load of an application. Please help me in this regard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Zakir&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2013 15:34:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/distribute-my-application/m-p/3792539#M50813</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-28T15:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Distribute my Application</title>
      <link>https://forums.autodesk.com/t5/net-forum/distribute-my-application/m-p/3792622#M50814</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can merge them in their registry, its well written here:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://through-the-interface.typepad.com/through_the_interface/2006/09/automatic_loadi.html"&gt;http://through-the-interface.typepad.com/through_the_interface/2006/09/automatic_loadi.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or some oldschool Lisp:&lt;/P&gt;&lt;PRE&gt;(if (findfile "mydll.dll")
  (progn
    (princ "mydll.dll loaded.\n")
    (command "._NETLOAD" "mydll.dll"))
  (princ "mydll.dll NOT found!\n"))&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2013 16:18:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/distribute-my-application/m-p/3792622#M50814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-28T16:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Distribute my Application</title>
      <link>https://forums.autodesk.com/t5/net-forum/distribute-my-application/m-p/3792637#M50815</link>
      <description>&lt;P&gt;Thanks for your response and link&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2013 16:28:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/distribute-my-application/m-p/3792637#M50815</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-28T16:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Distribute my Application</title>
      <link>https://forums.autodesk.com/t5/net-forum/distribute-my-application/m-p/3792729#M50816</link>
      <description>&lt;P&gt;If you're using AutoCAD 2012 or later, then the Autoloader is designed for this. Search for 'autoloader' on Kean Walmsley's Through the Interface' blog (&lt;A href="http://through-the-interface.typepad.com/through_the_interface/)," target="_blank"&gt;http://through-the-interface.typepad.com/through_the_interface/),&lt;/A&gt; or on the ADN DevBlog (&lt;A href="http://adndevblog.typepad.com/autocad)," target="_blank"&gt;http://adndevblog.typepad.com/autocad),&lt;/A&gt; and read the information about it on &lt;A href="http://www.autodesk.com/developapps." target="_blank"&gt;www.autodesk.com/developapps.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Stephen&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2013 17:48:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/distribute-my-application/m-p/3792729#M50816</guid>
      <dc:creator>StephenPreston</dc:creator>
      <dc:date>2013-02-28T17:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Distribute my Application</title>
      <link>https://forums.autodesk.com/t5/net-forum/distribute-my-application/m-p/3792750#M50817</link>
      <description>&lt;P&gt;Hi Stephen,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought I always messed up links but you were 3/3 on messing up links.&amp;nbsp; None of them seem to work!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2013 18:08:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/distribute-my-application/m-p/3792750#M50817</guid>
      <dc:creator>Keith.Brown</dc:creator>
      <dc:date>2013-02-28T18:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Distribute my Application</title>
      <link>https://forums.autodesk.com/t5/net-forum/distribute-my-application/m-p/3795054#M50818</link>
      <description>&lt;P&gt;@StephenPreston: I found out autoloading topic from Kean Walmsley's Through the Interface' blog. Thanks for the hints, It seems very useful and solve my problem.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2013 09:56:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/distribute-my-application/m-p/3795054#M50818</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-04T09:56:32Z</dc:date>
    </item>
  </channel>
</rss>

