<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Tool on ManuSoft</title><link>https://www.manusoft.com/tags/tool/</link><description>Recent content in Tool on ManuSoft</description><generator>Hugo</generator><language>en-us</language><copyright>1991–2026</copyright><lastBuildDate>Tue, 18 Feb 2014 01:36:34 +0000</lastBuildDate><atom:link href="https://www.manusoft.com/tags/tool/index.xml" rel="self" type="application/rss+xml"/><item><title>Building a commercial grade lisp plugin installer in 5 easy steps</title><link>https://www.manusoft.com/archive/blog/building-a-commercial-grade-lisp-plugin-installer-in-5-easy-steps/</link><pubDate>Tue, 18 Feb 2014 01:36:34 +0000</pubDate><guid>https://www.manusoft.com/archive/blog/building-a-commercial-grade-lisp-plugin-installer-in-5-easy-steps/</guid><description>&lt;p&gt;Rumors about the death of AutoLISP have been floating around for many years, but fear not, those rumors are greatly exaggerated. Bricscad and ZWCAD both have excellent support for lisp plugins, so well-written lisp code is truly cross-platform and enjoys a large and growing audience. Unlike other languages, the vast majority of lisp code works unmodified on any hardware architecture, in any version of Windows, and inside any host application that supports it, including AutoCAD versions released more than a decade ago. On top of that, &lt;a href="http://www.opendcl.com" target="_blank"&gt;OpenDCL&lt;/a&gt; gives lisp developers the power of a modern event-driven user interface that can put their lisp plugins on the same playing field as plugins written in any other language. This is a powerful combination, and given lisp&amp;rsquo;s low entry cost, it is not surprising to see lisp continuing to enjoy strong support in the developer community.&lt;/p&gt;</description></item><item><title>QuirkyPolyline: exposing foolish programmers</title><link>https://www.manusoft.com/archive/blog/quirkypolyline-exposing-foolish-programmers/</link><pubDate>Wed, 09 Jan 2013 02:38:45 +0000</pubDate><guid>https://www.manusoft.com/archive/blog/quirkypolyline-exposing-foolish-programmers/</guid><description>&lt;p&gt;In AutoCAD, the &lt;a href="http://docs.autodesk.com/ACDMAC/2012/ENU/ObjectARX%20Reference/AcDbCurve.html" target="_blank"&gt;AcDbCurve class&lt;/a&gt; defines a general parametrized curve. On a parametrized curve, points in space are mapped to real numbers (parameters) by an arbitrary function &lt;em&gt;F(p)&lt;/em&gt; for values of &lt;em&gt;p&lt;/em&gt; from the curve start parameter to the curve end parameter. Defining a curve this way simplifies working with complex 3D curves because one can work in the curve&amp;rsquo;s one dimensional &amp;ldquo;parameter space&amp;rdquo; instead of the more complex three dimensional cartesian space.&lt;/p&gt;</description></item><item><title>RoboCache for Windows offline files cache management</title><link>https://www.manusoft.com/archive/blog/robocache-released/</link><pubDate>Wed, 02 Jan 2013 08:50:27 +0000</pubDate><guid>https://www.manusoft.com/archive/blog/robocache-released/</guid><description>&lt;p&gt;I&amp;rsquo;ve &lt;a href="http://otb.manusoft.com/2010/12/windows-offline-files.htm" title="Windows offline files"&gt;written before about RoboCache&lt;/a&gt;, a command line utility I wrote for managing the offline files cache in Windows Vista, Windows 7, and now Windows 8. After using the utility internally for a few years, I decided that I might as well clean it up and make it available to the rest of you. &lt;a href="http://www.manusoft.com/software/robocache.html" title="RoboCache" target="_blank"&gt;RoboCache is now available at the ManuSoft web site&lt;/a&gt;. There is a shareware version available, and you can purchase the registered version at the ManuSoft store (cost is 25 USD for a single user license).&lt;/p&gt;</description></item><item><title>ObjectARX Wizard for Visual Studio 2010</title><link>https://www.manusoft.com/archive/blog/objectarx-wizard-for-visual-studio-2010/</link><pubDate>Fri, 01 Apr 2011 20:04:33 +0000</pubDate><guid>https://www.manusoft.com/archive/blog/objectarx-wizard-for-visual-studio-2010/</guid><description>&lt;p&gt;If you&amp;rsquo;re an ObjectARX programmer, you may still be using Visual Studio 2008 because you&amp;rsquo;ve been told that you must. It&amp;rsquo;s true that you need Visual Studio 2008 installed to compile native ObjectARX code, but with &lt;a href="http://daffodil.codeplex.com"&gt;Daffodil&lt;/a&gt; you can &lt;a href="http://otb.manusoft.com/2010/10/visual-studio-2010-native-multi-targeting.htm"&gt;do all your work in the Visual Studio 2010 IDE&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>AutoCAD 2012 InfoCenter</title><link>https://www.manusoft.com/archive/blog/autocad-2012-infocenter/</link><pubDate>Fri, 25 Mar 2011 21:44:00 +0000</pubDate><guid>https://www.manusoft.com/archive/blog/autocad-2012-infocenter/</guid><description>&lt;p&gt;If you&amp;rsquo;re upgrading to AutoCAD 2012, don&amp;rsquo;t forget to also &lt;a href="http://otb.manusoft.com/2010/11/disable-autocad-infocenter.htm"&gt;disable InfoCenter&lt;/a&gt; (unless you really need it). Just download and install &lt;a href="http://www.manusoft.com/software/freebies/misc.html"&gt;AcadInfoCenterOff&lt;/a&gt; to disable it on any version of AutoCAD or AutoCAD LT. If you already have AcadInfoCenterOff installed, you can just run a repair install to apply it to a newly installed instance of AutoCAD 2012.&lt;/p&gt;</description></item><item><title>What's the diff?</title><link>https://www.manusoft.com/archive/blog/whats-the-diff/</link><pubDate>Wed, 29 Dec 2010 16:32:31 +0000</pubDate><guid>https://www.manusoft.com/archive/blog/whats-the-diff/</guid><description>&lt;p&gt;One of the required tools in a programmer&amp;rsquo;s toolbox is a tool for comparing files. File comparison utilities have come a long way since the original Unix diff command, but this genre of utilities is still referred to as &lt;a href="http://en.wikipedia.org/wiki/Diff"&gt;diff&lt;/a&gt; tools. For Windows, I use an open source diff utility called &lt;a href="https://sourceforge.net/projects/winmerge/"&gt;WinMerge&lt;/a&gt;. WinMerge includes a shell extension that makes it easy to use from within Windows Explorer.&lt;/p&gt;</description></item><item><title>Windows offline files</title><link>https://www.manusoft.com/archive/blog/windows-offline-files/</link><pubDate>Sun, 05 Dec 2010 13:20:03 +0000</pubDate><guid>https://www.manusoft.com/archive/blog/windows-offline-files/</guid><description>&lt;p&gt;Do you use the &lt;a href="http://windows.microsoft.com/en-US/windows-vista/Understanding-offline-files"&gt;Windows offline files&lt;/a&gt; feature? I asked this question of some IT/CAD administrator types at Autodesk University last week, and was surprised to find that most didn&amp;rsquo;t even know what it was. In fact, of the dozen or so people I asked, only one actually used the feature.&lt;/p&gt;</description></item><item><title>Disable AutoCAD InfoCenter</title><link>https://www.manusoft.com/archive/blog/disable-autocad-infocenter/</link><pubDate>Mon, 01 Nov 2010 23:44:38 +0000</pubDate><guid>https://www.manusoft.com/archive/blog/disable-autocad-infocenter/</guid><description>&lt;p&gt;Over the years, I and others have &lt;a href="http://otb.manusoft.com/2009/03/disable-infocenter-in-autocad-2010.htm"&gt;provided instructions&lt;/a&gt; for turning off the AutoCAD InfoCenter (or Communication Center in older versions). The &lt;a href="http://otb.manusoft.com/2007/09/autocad-2008-slow-startup-fix.htm"&gt;instructions are different&lt;/a&gt; depending on the AutoCAD version. To make things simple, I decided to roll them all up into a single one-size-fits-all MSI file that disables InfoCenter for any and all versions of AutoCAD  or AutoCAD LT in one fell swoop.&lt;/p&gt;</description></item><item><title>Visual Studio 2010 Native Multi-Targeting</title><link>https://www.manusoft.com/archive/blog/visual-studio-2010-native-multi-targeting/</link><pubDate>Thu, 07 Oct 2010 02:16:19 +0000</pubDate><guid>https://www.manusoft.com/archive/blog/visual-studio-2010-native-multi-targeting/</guid><description>&lt;p&gt;I was hoping that Microsoft would address &lt;a href="http://otb.manusoft.com/2010/01/visual-studio-2010-and-vc-build-hook.htm"&gt;the need to target earlier versions of Visual Studio&lt;/a&gt; within the Visual Studio 2010 IDE, but since &lt;a href="https://connect.microsoft.com/VisualStudio/feedback/details/570466/vs-2010-native-build-cannot-produce-ansi-response-files"&gt;they decided to punt&lt;/a&gt;, I tackled the problem myself. I&amp;rsquo;ve released my solution as an open source project named &lt;a href="http://daffodil.codeplex.com/"&gt;Daffodil for Visual Studio&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>AECOPEN Utility</title><link>https://www.manusoft.com/archive/blog/aecopen-utility/</link><pubDate>Sat, 24 Jan 2009 17:07:00 +0000</pubDate><guid>https://www.manusoft.com/archive/blog/aecopen-utility/</guid><description>&lt;p&gt;James Maeding of Hunsaker &amp;amp; Associates contacted me recently about an irritating problem that his users have with the AECOPEN command in Land Desktop. The AECOPEN command replaces the core AutoCAD OPEN command in AEC verticals. The problem they have is that AECOPEN displays an initial project dialog that requires users to press a [Browse] button to open the file browser dialog. Since they want to browse for a file every time they use the AECOPEN command, James wondered if I could create some code to automatically &amp;ldquo;press&amp;rdquo; the Browse button every time the AECOPEN command is issued.&lt;br /&gt;&lt;br /&gt;I whipped up a little utility for AutoCAD 2007-2009 based products to do what James wanted, and it is now available on my &lt;a href="http://www.manusoft.com/software/freebies/arx.html"&gt;freebies page&lt;/a&gt; as AecAutoOpen.zip. When the ARX module is loaded, AECOPEN behaves as if the user had immediately pressed the [Browse] button on the project dialog. If the [Ctrl] key is pressed, AECOPEN reverts to its original behavior.&lt;br /&gt;&lt;br /&gt;Why not just use the built in OPEN command instead? The AECOPEN command has some important side effects, according to James.&lt;/p&gt;</description></item><item><title>ManuSoft Software Updated for AutoCAD 2009</title><link>https://www.manusoft.com/archive/blog/manusoft-software-updated-for-autocad/</link><pubDate>Wed, 16 Apr 2008 01:10:00 +0000</pubDate><guid>https://www.manusoft.com/archive/blog/manusoft-software-updated-for-autocad/</guid><description>&lt;p&gt;QuikPik and Periscope are now available for AutoCAD 2009, and SuperPurge will be available later this week. QuikPik users, note that the quick buttons feature does not work with buttons on the new ribbon UI.&lt;/p&gt;</description></item><item><title>QuikPik, Periscope, SuperPurge Updated for AutoCAD 2008</title><link>https://www.manusoft.com/archive/blog/quikpik-periscope-superpurge-updated/</link><pubDate>Fri, 04 May 2007 01:59:00 +0000</pubDate><guid>https://www.manusoft.com/archive/blog/quikpik-periscope-superpurge-updated/</guid><description>&lt;p&gt;If you use of any of these &lt;a href="http://www.manusoft.com/software.html"&gt;ManuSoft products&lt;/a&gt;, preliminary AutoCAD 2008 support has been available for several weeks at the &lt;a href="http://www.manusoft.com/store/customer.html"&gt;Download Center&lt;/a&gt; for registered users. The &lt;a href="http://www.manusoft.com/software/quikpik.html"&gt;QuikPik&lt;/a&gt; and &lt;a href="http://www.manusoft.com/software/periscope.html"&gt;Periscope&lt;/a&gt; updates are now officially released, and the shareware versions of QuikPik and Periscope are now available as well. &lt;a href="http://www.manusoft.com/software/superpurge.html"&gt;SuperPurge&lt;/a&gt; will be officially released in the next week or so.&lt;br /&gt;&lt;br /&gt;My free AcadStatusBarButton library has also been updated for AutoCAD 2008, and is now available for download on the &lt;a href="http://www.manusoft.com/software/freebies/misc.html"&gt;Freebies&lt;/a&gt; page. The only change is the addition of a blank status bar pane beneath your floating buttons so that the new annotation scale buttons in AutoCAD 2008 don&amp;rsquo;t get covered up (the blank panes force the annotation scale buttons to the left of your custom buttons). If your button position is fixed (i.e. not floating), the blank pane will not be used.&lt;br /&gt;&lt;br /&gt;As always, if you encounter any problems, please &lt;a href="mailto:owenw@manusoft.com"&gt;let me know&lt;/a&gt;!&lt;/p&gt;</description></item></channel></rss>