<?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: Load Lisp through .net at Startup in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/load-lisp-through-net-at-startup/m-p/5088374#M43669</link>
    <description>Is it not at all possible to just load file into autocad via .net.&lt;BR /&gt;I found about SendStringtoExecute() but not sure how to use it.&lt;BR /&gt;&lt;BR /&gt;I agree it should be avoided but for a single line or two should not be that difficult for .net&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Wed, 11 Jun 2014 15:36:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-06-11T15:36:49Z</dc:date>
    <item>
      <title>Load Lisp through .net at Startup</title>
      <link>https://forums.autodesk.com/t5/net-forum/load-lisp-through-net-at-startup/m-p/5086992#M43663</link>
      <description>Dear Members,&lt;BR /&gt;&lt;BR /&gt;I have wrote some routine in AutoLISP/ VisualLISP. I would like to distribute it to my colleagues in a form of setup.&lt;BR /&gt;&lt;BR /&gt;I humbly request to please share some code in vb/c# .net which contains this AutoLISP syntax (progn (vl-load-com) (vl-load-all "lisppath")).&lt;BR /&gt;&lt;BR /&gt;And also I will be trying to make a setup file which will add registry values for the above assembly for demand loading at starup which will load the lisp file.&lt;BR /&gt;&lt;BR /&gt;Any help would be highly appreciated.&lt;BR /&gt;&lt;BR /&gt;Best Regards</description>
      <pubDate>Wed, 11 Jun 2014 03:59:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/load-lisp-through-net-at-startup/m-p/5086992#M43663</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-11T03:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Load Lisp through .net at Startup</title>
      <link>https://forums.autodesk.com/t5/net-forum/load-lisp-through-net-at-startup/m-p/5087030#M43664</link>
      <description>&lt;P&gt;Try auto loader&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://exchange.autodesk.com/autocadarchitecture/enu/online-help/browse#WS73099cc142f4875533992bfb12ce8a5f915-7e53.htm" target="_blank"&gt;http://exchange.autodesk.com/autocadarchitecture/enu/online-help/browse#WS73099cc142f4875533992bfb12ce8a5f915-7e53.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://through-the-interface.typepad.com/through_the_interface/2011/09/autodesk-exchange-preparing-your-autocad-application-for-posting.html" target="_blank"&gt;http://through-the-interface.typepad.com/through_the_interface/2011/09/autodesk-exchange-preparing-your-autocad-application-for-posting.htmlhttp://&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://adndevblog.typepad.com/autocad/2013/01/autodesk-autoloader-white-paper.html" target="_blank"&gt;http://adndevblog.typepad.com/autocad/2013/01/autodesk-autoloader-white-paper.htmlhttp://&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2014 05:03:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/load-lisp-through-net-at-startup/m-p/5087030#M43664</guid>
      <dc:creator>Ajilal.Vijayan</dc:creator>
      <dc:date>2014-06-11T05:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Load Lisp through .net at Startup</title>
      <link>https://forums.autodesk.com/t5/net-forum/load-lisp-through-net-at-startup/m-p/5087044#M43665</link>
      <description>Thanks for your Reply but will it work on AutoCAD 2008-2009? As my company has old versions too.&lt;BR /&gt;&lt;BR /&gt;Is there any link relates the code to load lisp in .net.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 11 Jun 2014 05:11:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/load-lisp-through-net-at-startup/m-p/5087044#M43665</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-11T05:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Load Lisp through .net at Startup</title>
      <link>https://forums.autodesk.com/t5/net-forum/load-lisp-through-net-at-startup/m-p/5087046#M43666</link>
      <description>&lt;P&gt;No, the auto loader will not work with 2008-2009 series.&lt;/P&gt;&lt;P&gt;It will work from 2012 series.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2014 05:20:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/load-lisp-through-net-at-startup/m-p/5087046#M43666</guid>
      <dc:creator>Ajilal.Vijayan</dc:creator>
      <dc:date>2014-06-11T05:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Load Lisp through .net at Startup</title>
      <link>https://forums.autodesk.com/t5/net-forum/load-lisp-through-net-at-startup/m-p/5087088#M43667</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have found this code which is similar to my requirement but it requires TLOD command to run and what my requirement is to load the lisp without running the command TLOD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/NET/load-and-run-lsp-from-C/td-p/2547034" target="_self"&gt;http://forums.autodesk.com/t5/NET/load-and-run-lsp-from-C/td-p/2547034&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please guide me someone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2014 06:07:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/load-lisp-through-net-at-startup/m-p/5087088#M43667</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-11T06:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Load Lisp through .net at Startup</title>
      <link>https://forums.autodesk.com/t5/net-forum/load-lisp-through-net-at-startup/m-p/5088260#M43668</link>
      <description>&lt;P&gt;Far, far easier to load and manage LISP through LISP, and call LISP functions defined in dotNET.&amp;nbsp; Try to call "down" from dotNET to LISP is usually better avoided in favor of rebuilding the LISP content as dotNET.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2014 15:28:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/load-lisp-through-net-at-startup/m-p/5088260#M43668</guid>
      <dc:creator>dgorsman</dc:creator>
      <dc:date>2014-06-11T15:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Load Lisp through .net at Startup</title>
      <link>https://forums.autodesk.com/t5/net-forum/load-lisp-through-net-at-startup/m-p/5088374#M43669</link>
      <description>Is it not at all possible to just load file into autocad via .net.&lt;BR /&gt;I found about SendStringtoExecute() but not sure how to use it.&lt;BR /&gt;&lt;BR /&gt;I agree it should be avoided but for a single line or two should not be that difficult for .net&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 11 Jun 2014 15:36:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/load-lisp-through-net-at-startup/m-p/5088374#M43669</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-11T15:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Load Lisp through .net at Startup</title>
      <link>https://forums.autodesk.com/t5/net-forum/load-lisp-through-net-at-startup/m-p/5088460#M43670</link>
      <description>&lt;P&gt;A single line or two is one of the few areas where LISP shines over dotNET.&amp;nbsp; If all you want is&amp;nbsp;a couple of&amp;nbsp;function calls like (vl-load-com) they can be stuffed into the acaddoc.lsp file without needing to build, demand-load, modify the registry, or anything.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2014 15:43:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/load-lisp-through-net-at-startup/m-p/5088460#M43670</guid>
      <dc:creator>dgorsman</dc:creator>
      <dc:date>2014-06-11T15:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Load Lisp through .net at Startup</title>
      <link>https://forums.autodesk.com/t5/net-forum/load-lisp-through-net-at-startup/m-p/5088480#M43671</link>
      <description>Is it possible to edit acaddoc.lsp file or acad.lsp file through setup programs like installshield. If so can you give some links.</description>
      <pubDate>Wed, 11 Jun 2014 15:48:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/load-lisp-through-net-at-startup/m-p/5088480#M43671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-11T15:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Load Lisp through .net at Startup</title>
      <link>https://forums.autodesk.com/t5/net-forum/load-lisp-through-net-at-startup/m-p/5094446#M43672</link>
      <description>&lt;P&gt;Perhaps this will be of interest:&lt;/P&gt;&lt;P&gt;&lt;A href="http://otb.manusoft.com/2014/02/building-a-commercial-grade-lisp-plugin-installer-in-5-easy-steps.htm" target="_self"&gt;Building a commercial grade lisp plugin installer in 5 easy steps&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2014 16:36:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/load-lisp-through-net-at-startup/m-p/5094446#M43672</guid>
      <dc:creator>owenwengerd</dc:creator>
      <dc:date>2014-06-13T16:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load Lisp through .net at Startup</title>
      <link>https://forums.autodesk.com/t5/net-forum/load-lisp-through-net-at-startup/m-p/5094552#M43673</link>
      <description>Thats really great. Thanks a bunch to you Mr. owenwengerd.</description>
      <pubDate>Fri, 13 Jun 2014 17:22:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/load-lisp-through-net-at-startup/m-p/5094552#M43673</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-13T17:22:59Z</dc:date>
    </item>
  </channel>
</rss>

