<?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: in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlisp-file-selection-function/m-p/878923#M162700</link>
    <description>JDanes wrote:&lt;BR /&gt;
&amp;gt;The file size is irrelavant and makes no difference with&lt;BR /&gt;
&amp;gt;regard to performance.  &lt;BR /&gt;
&lt;BR /&gt;
jesse, it's wasting main memory, not the filesize.&lt;BR /&gt;
this IS expensive. &lt;BR /&gt;
the VL runtime is not shared upto 2000.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Reini Urban&lt;BR /&gt;
http://xarch.tu-graz.ac.at/autocad/news/faq/autolisp.html</description>
    <pubDate>Thu, 18 Nov 1999 20:19:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>1999-11-18T20:19:35Z</dc:date>
    <item>
      <title>vlisp file selection function</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlisp-file-selection-function/m-p/878916#M162693</link>
      <description>I need to open several (100 or more) drawings and run a custom vlisp&lt;BR /&gt;
routine that manipulates the drawing before being plotted. I was&lt;BR /&gt;
wondering if there is a function or routine that can be called from&lt;BR /&gt;
vlisp that will open up a file dialog box allowing the operator to&lt;BR /&gt;
select multiple files from either the same directory or various&lt;BR /&gt;
directories and create a selection set containing the drawing path and&lt;BR /&gt;
name? With this selection set, I could then loop through it and produce&lt;BR /&gt;
the needed plots for each drawing.&lt;BR /&gt;
&lt;BR /&gt;
Does the batch plot process allow for inclusion of running custom&lt;BR /&gt;
programs?&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your response.&lt;BR /&gt;
&lt;BR /&gt;
Brent</description>
      <pubDate>Tue, 16 Nov 1999 12:15:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlisp-file-selection-function/m-p/878916#M162693</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>1999-11-16T12:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: vlisp file selection function</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlisp-file-selection-function/m-p/878917#M162694</link>
      <description>Brent,&lt;BR /&gt;
&lt;BR /&gt;
A couple of suggestions:&lt;BR /&gt;
&lt;BR /&gt;
First:  Doslib, by Mcneel associates&lt;BR /&gt;
(http://www.mcneel.com/products/doslib.html) has a function to select&lt;BR /&gt;
multiple files.&lt;BR /&gt;
&lt;BR /&gt;
Second:  I have my acaddoc.lsp check for a file "autoload.lsp" as it loads.&lt;BR /&gt;
If this file is found on the AutoCAD search path then it is loaded.  I often&lt;BR /&gt;
put lisp commands in this file to run automatically, doing such things as,&lt;BR /&gt;
changing the date attribute in the title block, inserting or deleting&lt;BR /&gt;
blocks.&lt;BR /&gt;
&lt;BR /&gt;
One or the other of these should help you with your task.&lt;BR /&gt;
&lt;BR /&gt;
Mike Weaver&lt;BR /&gt;
&lt;BR /&gt;
Brent Blackwelder &lt;BAB&gt; wrote in message&lt;BR /&gt;
news:38314AC9.20919211@home.com...&lt;BR /&gt;
&amp;gt; I need to open several (100 or more) drawings and run a custom vlisp&lt;BR /&gt;
&amp;gt; routine that manipulates the drawing before being plotted. I was&lt;BR /&gt;
&amp;gt; wondering if there is a function or routine that can be called from&lt;BR /&gt;
&amp;gt; vlisp that will open up a file dialog box allowing the operator to&lt;BR /&gt;
&amp;gt; select multiple files from either the same directory or various&lt;BR /&gt;
&amp;gt; directories and create a selection set containing the drawing path and&lt;BR /&gt;
&amp;gt; name? With this selection set, I could then loop through it and produce&lt;BR /&gt;
&amp;gt; the needed plots for each drawing.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Does the batch plot process allow for inclusion of running custom&lt;BR /&gt;
&amp;gt; programs?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks for your response.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Brent&lt;/BAB&gt;</description>
      <pubDate>Tue, 16 Nov 1999 16:19:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlisp-file-selection-function/m-p/878917#M162694</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>1999-11-16T16:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: vlisp file selection function</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlisp-file-selection-function/m-p/878918#M162695</link>
      <description>DFBrowser v2b.14 handles multiple file or directory collection&lt;BR /&gt;
within AutoLISP / VLISP programs.&lt;BR /&gt;
&lt;BR /&gt;
Check my website ...&lt;BR /&gt;
&lt;BR /&gt;
Jesse Danes&lt;BR /&gt;
AutoCAD Administrator / MCAD Central Functions&lt;BR /&gt;
Honeywell, Home &amp;amp; Building Controls&lt;BR /&gt;
&lt;BR /&gt;
http://www.pclink.com/jdanes/caders/index.htm&lt;BR /&gt;
&lt;BR /&gt;
Brent Blackwelder &lt;BAB&gt; wrote in message&lt;BR /&gt;
news:38314AC9.20919211@home.com...&lt;BR /&gt;
&amp;gt; I need to open several (100 or more) drawings and run a custom vlisp&lt;BR /&gt;
&amp;gt; routine that manipulates the drawing before being plotted. I was&lt;BR /&gt;
&amp;gt; wondering if there is a function or routine that can be called from&lt;BR /&gt;
&amp;gt; vlisp that will open up a file dialog box allowing the operator to&lt;BR /&gt;
&amp;gt; select multiple files from either the same directory or various&lt;BR /&gt;
&amp;gt; directories and create a selection set containing the drawing path and&lt;BR /&gt;
&amp;gt; name? With this selection set, I could then loop through it and produce&lt;BR /&gt;
&amp;gt; the needed plots for each drawing.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Does the batch plot process allow for inclusion of running custom&lt;BR /&gt;
&amp;gt; programs?&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Thanks for your response.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Brent&lt;/BAB&gt;</description>
      <pubDate>Tue, 16 Nov 1999 16:29:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlisp-file-selection-function/m-p/878918#M162695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>1999-11-16T16:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: vlisp file selection function</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlisp-file-selection-function/m-p/878919#M162696</link>
      <description>Just a few words of advice.&lt;BR /&gt;
&lt;BR /&gt;
You shouldn't, and don't need to load a 700+ KB .ARX file &lt;BR /&gt;
with a LISP interpreter hiding inside of it, just to do &lt;BR /&gt;
multiple file selection. That is rediculous. Proposing &lt;BR /&gt;
that as a viable solution, is pure insanity.&lt;BR /&gt;
&lt;BR /&gt;
DOSLib and a number of other true ARX-based solutions &lt;BR /&gt;
include a multiple file selection dialog box, and they &lt;BR /&gt;
typically require less than 60 KB of overhead.&lt;BR /&gt;
&lt;BR /&gt;
Brent Blackwelder wrote:&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; I need to open several (100 or more) drawings and run a custom vlisp&lt;BR /&gt;
&amp;gt; routine that manipulates the drawing before being plotted. I was&lt;BR /&gt;
&amp;gt; wondering if there is a function or routine that can be called from&lt;BR /&gt;
&amp;gt; vlisp that will open up a file dialog box allowing the operator to&lt;BR /&gt;
&amp;gt; select multiple files from either the same directory or various&lt;BR /&gt;
&amp;gt; directories and create a selection set containing the drawing path and&lt;BR /&gt;
&amp;gt; name? With this selection set, I could then loop through it and produce&lt;BR /&gt;
&amp;gt; the needed plots for each drawing.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Does the batch plot process allow for inclusion of running custom&lt;BR /&gt;
&amp;gt; programs?&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Thanks for your response.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Brent&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
/*********************************************************/&lt;BR /&gt;
/*    Tony Tanzillo     Design Automation Consulting     */&lt;BR /&gt;
/* Programming &amp;amp; Customization for AutoCAD &amp;amp; Compatibles */&lt;BR /&gt;
/* ----------------------------------------------------- */&lt;BR /&gt;
/*            tony.tanzillo@worldnet.att.net             */&lt;BR /&gt;
/*    http://ourworld.compuserve.com/homepages/tonyt     */&lt;BR /&gt;
/*********************************************************/</description>
      <pubDate>Wed, 17 Nov 1999 00:30:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlisp-file-selection-function/m-p/878919#M162696</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>1999-11-17T00:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: vlisp file selection function</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlisp-file-selection-function/m-p/878920#M162697</link>
      <description>Just a few words of advice.&lt;BR /&gt;
&lt;BR /&gt;
You shouldn't, and don't need to load a 700+ KB .ARX file &lt;BR /&gt;
with a LISP interpreter hiding inside of it, just to do &lt;BR /&gt;
multiple file selection. That is utterly rediculous.&lt;BR /&gt;
&lt;BR /&gt;
DOSLib and a number of other true ARX-based solutions &lt;BR /&gt;
include a multiple file selection dialog box, and they &lt;BR /&gt;
typically require less than 60 KB of overhead.&lt;BR /&gt;
&lt;BR /&gt;
Brent Blackwelder wrote:&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; I need to open several (100 or more) drawings and run a custom vlisp&lt;BR /&gt;
&amp;gt; routine that manipulates the drawing before being plotted. I was&lt;BR /&gt;
&amp;gt; wondering if there is a function or routine that can be called from&lt;BR /&gt;
&amp;gt; vlisp that will open up a file dialog box allowing the operator to&lt;BR /&gt;
&amp;gt; select multiple files from either the same directory or various&lt;BR /&gt;
&amp;gt; directories and create a selection set containing the drawing path and&lt;BR /&gt;
&amp;gt; name? With this selection set, I could then loop through it and produce&lt;BR /&gt;
&amp;gt; the needed plots for each drawing.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Does the batch plot process allow for inclusion of running custom&lt;BR /&gt;
&amp;gt; programs?&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Thanks for your response.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Brent&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
/*********************************************************/&lt;BR /&gt;
/*    Tony Tanzillo     Design Automation Consulting     */&lt;BR /&gt;
/* Programming &amp;amp; Customization for AutoCAD &amp;amp; Compatibles */&lt;BR /&gt;
/* ----------------------------------------------------- */&lt;BR /&gt;
/*            tony.tanzillo@worldnet.att.net             */&lt;BR /&gt;
/*    http://ourworld.compuserve.com/homepages/tonyt     */&lt;BR /&gt;
/*********************************************************/</description>
      <pubDate>Wed, 17 Nov 1999 00:38:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlisp-file-selection-function/m-p/878920#M162697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>1999-11-17T00:38:04Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlisp-file-selection-function/m-p/878921#M162698</link>
      <description>The file size is irrelavant and makes no difference with&lt;BR /&gt;
regard to performance.  We have tons of 3rd party arx&lt;BR /&gt;
applications loaded up with AutoCAD, and many are&lt;BR /&gt;
well into 500-800 KB in size. The only affect is disk space.&lt;BR /&gt;
Newer systems with decent memory could care less about a&lt;BR /&gt;
700KB arx file.  But If 700KB files are taxing a hard drive,&lt;BR /&gt;
its time to get a bigger drive or try the VLX compiled version&lt;BR /&gt;
which is 78KB.  Matter of filesize went out when Bill Gates&lt;BR /&gt;
and his buddies were still making PC's out of plywood in&lt;BR /&gt;
their garage back in the 70's&lt;BR /&gt;
&lt;BR /&gt;
Doslib's function is limited only to selecting multiple files&lt;BR /&gt;
from the same folder at any one time.  Most would agree&lt;BR /&gt;
that leaves a great deal to be desired.  And it does not&lt;BR /&gt;
include features for selecting directories, search and&lt;BR /&gt;
collection of files or directories, modifying the window&lt;BR /&gt;
sizing, etc.  And I think most end users could care less whether&lt;BR /&gt;
it was written in C or VLISP, whats desired is the functionality.&lt;BR /&gt;
&lt;BR /&gt;
This application was not written for a market or for personal&lt;BR /&gt;
file size preferences.  It was written because I wanted the challenge&lt;BR /&gt;
of writing such an application in VLISP.  And for myown use&lt;BR /&gt;
in developing applications for interfacing AutoCAD with PDM.&lt;BR /&gt;
However I felt people might benefit from it, so I made it available&lt;BR /&gt;
free of charge for personal uses.  If you don't like it, don't use it or&lt;BR /&gt;
write&lt;BR /&gt;
a better if you think your up to it.&lt;BR /&gt;
&lt;BR /&gt;
To be honest I am a little suprized filesize is all you could come up with.&lt;BR /&gt;
I think a house of cards has a better chance of holding up than that&lt;BR /&gt;
argument.&lt;BR /&gt;
But alteast the third person flaming shows a little more creativity than the&lt;BR /&gt;
usual drive by's.&lt;BR /&gt;
&lt;BR /&gt;
Jesse Danes&lt;BR /&gt;
&lt;BR /&gt;
Tony Tanzillo &lt;TONY.TANZILLO&gt; wrote in message&lt;BR /&gt;
news:3831F8EC.33178E72@worldnet.att.net...&lt;BR /&gt;
&amp;gt; Just a few words of advice.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; You shouldn't, and don't need to load a 700+ KB .ARX file&lt;BR /&gt;
&amp;gt; with a LISP interpreter hiding inside of it, just to do&lt;BR /&gt;
&amp;gt; multiple file selection. That is utterly rediculous.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; DOSLib and a number of other true ARX-based solutions&lt;BR /&gt;
&amp;gt; include a multiple file selection dialog box, and they&lt;BR /&gt;
&amp;gt; typically require less than 60 KB of overhead.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Brent Blackwelder wrote:&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; I need to open several (100 or more) drawings and run a custom vlisp&lt;BR /&gt;
&amp;gt; &amp;gt; routine that manipulates the drawing before being plotted. I was&lt;BR /&gt;
&amp;gt; &amp;gt; wondering if there is a function or routine that can be called from&lt;BR /&gt;
&amp;gt; &amp;gt; vlisp that will open up a file dialog box allowing the operator to&lt;BR /&gt;
&amp;gt; &amp;gt; select multiple files from either the same directory or various&lt;BR /&gt;
&amp;gt; &amp;gt; directories and create a selection set containing the drawing path and&lt;BR /&gt;
&amp;gt; &amp;gt; name? With this selection set, I could then loop through it and produce&lt;BR /&gt;
&amp;gt; &amp;gt; the needed plots for each drawing.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Does the batch plot process allow for inclusion of running custom&lt;BR /&gt;
&amp;gt; &amp;gt; programs?&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Thanks for your response.&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; Brent&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; --&lt;BR /&gt;
&amp;gt; /*********************************************************/&lt;BR /&gt;
&amp;gt; /*    Tony Tanzillo     Design Automation Consulting     */&lt;BR /&gt;
&amp;gt; /* Programming &amp;amp; Customization for AutoCAD &amp;amp; Compatibles */&lt;BR /&gt;
&amp;gt; /* ----------------------------------------------------- */&lt;BR /&gt;
&amp;gt; /*            tony.tanzillo@worldnet.att.net             */&lt;BR /&gt;
&amp;gt; /*    http://ourworld.compuserve.com/homepages/tonyt     */&lt;BR /&gt;
&amp;gt; /*********************************************************/&lt;/TONY.TANZILLO&gt;</description>
      <pubDate>Thu, 18 Nov 1999 14:08:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlisp-file-selection-function/m-p/878921#M162698</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>1999-11-18T14:08:36Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlisp-file-selection-function/m-p/878922#M162699</link>
      <description>JDanes wrote:&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; The file size is irrelavant and makes no difference with&lt;BR /&gt;
&amp;gt; regard to performance.  &lt;BR /&gt;
&lt;BR /&gt;
That's absolutely wrong, but not surprising. &lt;BR /&gt;
&lt;BR /&gt;
- &lt;BR /&gt;
/*********************************************************/&lt;BR /&gt;
/*    Tony Tanzillo     Design Automation Consulting     */&lt;BR /&gt;
/* Programming &amp;amp; Customization for AutoCAD &amp;amp; Compatibles */&lt;BR /&gt;
/* ----------------------------------------------------- */&lt;BR /&gt;
/*            tony.tanzillo@worldnet.att.net             */&lt;BR /&gt;
/*    http://ourworld.compuserve.com/homepages/tonyt     */&lt;BR /&gt;
/*********************************************************/</description>
      <pubDate>Thu, 18 Nov 1999 14:46:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlisp-file-selection-function/m-p/878922#M162699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>1999-11-18T14:46:48Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlisp-file-selection-function/m-p/878923#M162700</link>
      <description>JDanes wrote:&lt;BR /&gt;
&amp;gt;The file size is irrelavant and makes no difference with&lt;BR /&gt;
&amp;gt;regard to performance.  &lt;BR /&gt;
&lt;BR /&gt;
jesse, it's wasting main memory, not the filesize.&lt;BR /&gt;
this IS expensive. &lt;BR /&gt;
the VL runtime is not shared upto 2000.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Reini Urban&lt;BR /&gt;
http://xarch.tu-graz.ac.at/autocad/news/faq/autolisp.html</description>
      <pubDate>Thu, 18 Nov 1999 20:19:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlisp-file-selection-function/m-p/878923#M162700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>1999-11-18T20:19:35Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlisp-file-selection-function/m-p/878924#M162701</link>
      <description>So we are posting tag team now ?&lt;BR /&gt;
&lt;BR /&gt;
Such as the nature of langauges that come from the&lt;BR /&gt;
platform independent or runtime compiled world.  They&lt;BR /&gt;
require a runtime.  This is so with Java, Visual Basic,&lt;BR /&gt;
Common LISP's, and so forth.  They are not the performers&lt;BR /&gt;
as is a C based applications but nor are they that low level.&lt;BR /&gt;
There is nothing intrinsically wrong with this, and they have&lt;BR /&gt;
their advantages.&lt;BR /&gt;
&lt;BR /&gt;
And no its not absolutely wrong, its relative, and as far as I am&lt;BR /&gt;
concerned you are just nitpicking.  Most all new systems are&lt;BR /&gt;
very high performance.  Maybe in older days it was&lt;BR /&gt;
a bigger issue.  Programmers used to nitpick about saving bytes&lt;BR /&gt;
here and there, to conserve memory use.  This&lt;BR /&gt;
is the reason for the current Y2K business where&lt;BR /&gt;
the 19 was omitted from the year, but thats just poor planning.&lt;BR /&gt;
By todays standards, programmers other than those programming&lt;BR /&gt;
64K EPROM's commonly for appliances, would not last long&lt;BR /&gt;
at their job if they spent that much time worrying about&lt;BR /&gt;
file size and memory use.  I don't neccessarily agree&lt;BR /&gt;
with the alternative which has become commonly bloated&lt;BR /&gt;
windows applications, however this is market based commercial&lt;BR /&gt;
programming .  And until everyone is running Linux, thats&lt;BR /&gt;
just the way it is.&lt;BR /&gt;
&lt;BR /&gt;
Anyway, if system resources are an issue and&lt;BR /&gt;
one is stuck with the 700KB arx which is a limitation&lt;BR /&gt;
of Vital LISP then its a simple matter to add a demand&lt;BR /&gt;
based load/unload native lisp such as used by the iges.arx&lt;BR /&gt;
The dfbrowser arx application is afterall intended for use by a programmer&lt;BR /&gt;
inside AutoLISP code, so this should be simple business. Or a I said&lt;BR /&gt;
before, USE THE VLX VERSION WHICH IS 78KB for Visual LISP.&lt;BR /&gt;
&lt;BR /&gt;
However I am sure you could come up with constructive solutions&lt;BR /&gt;
as well as I, rather than relatively inflated, baseless criticism.&lt;BR /&gt;
So as I suggested previously, you are welcome to write one yourself&lt;BR /&gt;
that suits your file size preferences.  So, less chatter and lets see&lt;BR /&gt;
some code.  But I'll not hold it against you if you would rather not&lt;BR /&gt;
attempt it in VLISP.&lt;BR /&gt;
&lt;BR /&gt;
Jesse Danes&lt;BR /&gt;
&lt;BR /&gt;
Tony Tanzillo &lt;TONY.TANZILLO&gt; wrote in message&lt;BR /&gt;
news:38341158.544D2736@worldnet.att.net...&lt;BR /&gt;
&amp;gt; JDanes wrote:&lt;BR /&gt;
&amp;gt; &amp;gt;&lt;BR /&gt;
&amp;gt; &amp;gt; The file size is irrelavant and makes no difference with&lt;BR /&gt;
&amp;gt; &amp;gt; regard to performance.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; That's absolutely wrong, but not surprising.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; -&lt;BR /&gt;
&amp;gt; /*********************************************************/&lt;BR /&gt;
&amp;gt; /*    Tony Tanzillo     Design Automation Consulting     */&lt;BR /&gt;
&amp;gt; /* Programming &amp;amp; Customization for AutoCAD &amp;amp; Compatibles */&lt;BR /&gt;
&amp;gt; /* ----------------------------------------------------- */&lt;BR /&gt;
&amp;gt; /*            tony.tanzillo@worldnet.att.net             */&lt;BR /&gt;
&amp;gt; /*    http://ourworld.compuserve.com/homepages/tonyt     */&lt;BR /&gt;
&amp;gt; /*********************************************************/&lt;/TONY.TANZILLO&gt;</description>
      <pubDate>Fri, 19 Nov 1999 01:05:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlisp-file-selection-function/m-p/878924#M162701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>1999-11-19T01:05:31Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlisp-file-selection-function/m-p/878925#M162702</link>
      <description>JDanes wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; And no its not absolutely wrong, its relative, ....&lt;BR /&gt;
&lt;BR /&gt;
Yes, is it absolutely wrong.  A 500+ KB LISP interpreter &lt;BR /&gt;
and the overhead that it imposes on an end user, is not a &lt;BR /&gt;
figment of anyone's imagination. &lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; and as far as I am concerned you are just nitpicking.&lt;BR /&gt;
&lt;BR /&gt;
No, not at all. I blasted Autodesk right here in this &lt;BR /&gt;
newsgroup when they first released Visual LISP 1.0, for &lt;BR /&gt;
this very reason. &lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
/*********************************************************/&lt;BR /&gt;
/*    Tony Tanzillo     Design Automation Consulting     */&lt;BR /&gt;
/* Programming &amp;amp; Customization for AutoCAD &amp;amp; Compatibles */&lt;BR /&gt;
/* ----------------------------------------------------- */&lt;BR /&gt;
/*            tony.tanzillo@worldnet.att.net             */&lt;BR /&gt;
/*    http://ourworld.compuserve.com/homepages/tonyt     */&lt;BR /&gt;
/*********************************************************/</description>
      <pubDate>Fri, 19 Nov 1999 01:32:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlisp-file-selection-function/m-p/878925#M162702</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>1999-11-19T01:32:45Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlisp-file-selection-function/m-p/878926#M162703</link>
      <description>JDanes wrote:&lt;BR /&gt;
&amp;gt;So we are posting tag team now ?&lt;BR /&gt;
&lt;BR /&gt;
BTW: we are actually working of packaging a cormanlisp.arx together with&lt;BR /&gt;
the dll and image to ONE 3-4MB thing which carries everything in one&lt;BR /&gt;
file. this is now really bloated, but might be acceptable for this very&lt;BR /&gt;
special application with 1-3 users world-wide. &lt;BR /&gt;
&lt;BR /&gt;
And I'm still thinking of this 40MB one-file application which needs to&lt;BR /&gt;
be written. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
even the new simple radiance converter has 80MB nowadays.&lt;BR /&gt;
&lt;BR /&gt;
But not so with visual lisp r14 arx files with thousands of users with&lt;BR /&gt;
multiple arx files.&lt;BR /&gt;
--&lt;BR /&gt;
Reini Urban&lt;BR /&gt;
http://xarch.tu-graz.ac.at/autocad/news/faq/autolisp.html</description>
      <pubDate>Sun, 05 Dec 1999 08:44:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlisp-file-selection-function/m-p/878926#M162703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>1999-12-05T08:44:43Z</dc:date>
    </item>
  </channel>
</rss>

