Author Topic: does vlisp work in acad 2000  (Read 4852 times)

0 Members and 1 Guest are viewing this topic.

ronjonp

  • Needs a day job
  • Posts: 7531
Re: does vlisp work in acad 2000
« Reply #15 on: April 19, 2016, 12:40:47 PM »
> awesome release
... I remember the worst things about r14 was the scroll wheel zoom..
Precisely ... 2000i was my next favorite just because of the mouse wheel navigation.
Fingers twitch *z <space> d <space>* ...still an expert at r14.
I used to use this:
Code - Auto/Visual Lisp: [Select]
  1. (defun c:zw ( / ) (command "zoom" "w" pause pause))

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

ronjonp

  • Needs a day job
  • Posts: 7531
Re: does vlisp work in acad 2000
« Reply #16 on: April 19, 2016, 12:41:28 PM »
A bit OT .. but I still have my install disc for R14.01 ... was an awesome release.  :)

Could not agree more - especially after the 13 gong show.
Just for you Michael :)


Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: does vlisp work in acad 2000
« Reply #17 on: April 19, 2016, 12:51:40 PM »
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

ronjonp

  • Needs a day job
  • Posts: 7531
Re: does vlisp work in acad 2000
« Reply #18 on: April 19, 2016, 01:08:35 PM »
 ;D

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

rkmcswain

  • Swamp Rat
  • Posts: 978
Re: does vlisp work in acad 2000
« Reply #19 on: April 20, 2016, 07:25:13 AM »
R13 gets a bad rap in general, but is was really the c2 (I think) patch that doomed it. (Crashed when you open a DWG with xrefs, IIRC)
Once they got it straightened out with the C4a patch, it was solid as a rock.
We stayed on that version until a year after R14 was out.

Marc'Antonio Alessi

  • Swamp Rat
  • Posts: 1454
  • Marco
Re: does vlisp work in acad 2000
« Reply #20 on: April 20, 2016, 08:22:59 AM »
Wiki:...briefly sold it as an add-on to AutoCAD Release 14 released in May 1997. It was incorporated into AutoCAD 2000 released in March 1999, as a replacement for AutoLISP...
I think I bought it for about 100$ ...years ago... :'(

Hence why you can't believe it just because it's on wikipedia....
It was *originally* incorporated with AutoCAD in release 14.01.

I'm not so sure about this statement either -> "...the original AutoLISP engine was replaced with the Visual LISP engine"

What you write may be true, unfortunately I do not have the r14.1 CD (I've only ..14-2000...)
I must say that I do not find any information that relates to r14.1 and Visual Lisp.

http://www.firstratemold.com/about-us/c19-news/the-history-of-autolisp/
http://www.gutenberg.us/article/whebn0000051458/autolisp
http://c2.com/cgi/wiki?AutoLisp
http://www.faqs.org/faqs/CAD/autolisp-faq/part1/





rkmcswain

  • Swamp Rat
  • Posts: 978
Re: does vlisp work in acad 2000
« Reply #21 on: April 20, 2016, 08:28:04 AM »
Quote from: Marc'Antonio
I must say that I do not find any information that relates to r14.1 and Visual Lisp.

14.01

See this post above.

Marc'Antonio Alessi

  • Swamp Rat
  • Posts: 1454
  • Marco
Re: does vlisp work in acad 2000
« Reply #22 on: April 20, 2016, 08:30:01 AM »
> awesome release
... I remember the worst things about r14 was the scroll wheel zoom..
Precisely ... 2000i was my next favorite just because of the mouse wheel navigation.
Fingers twitch *z <space> d <space>* ...still an expert at r14.
I used to use this:
Code - Auto/Visual Lisp: [Select]
  1. (defun c:zw ( / ) (command "zoom" "w" pause pause))

I used these:
[_Button("« Zoom Extension Window - Ctrl-W", DspZoomEW, DspZoomEW)]'_ZOOM _E '_ZOOM _W
[_Button("« Zoom Previous Window - Ctrl-Q", DspZoomPW, DspZoomPW)]'_ZOOM _P '_ZOOM _W

***ACCELERATORS
[CONTROL+"Q"]'_ZOOM _P '_ZOOM _W
[CONTROL+"W"]'_ZOOM _E '_ZOOM _W

Marc'Antonio Alessi

  • Swamp Rat
  • Posts: 1454
  • Marco
Re: does vlisp work in acad 2000
« Reply #23 on: April 20, 2016, 08:31:55 AM »
Quote from: Marc'Antonio
I must say that I do not find any information that relates to r14.1 and Visual Lisp.

14.01

See this post above.
Ok... typing error...  8-)

Marc'Antonio Alessi

  • Swamp Rat
  • Posts: 1454
  • Marco
Re: does vlisp work in acad 2000
« Reply #24 on: April 20, 2016, 08:41:26 AM »
found this:
Quote
...Also today, Autodesk announced the availability of the 14.01 update to AutoCAD Release 14. This sole update to AutoCAD Release 14 primarily integrates final versions of Microsoft Visual Basic for Applications, Spatial Technologies' ACIS 3.0 solid modeling kernel and support for Novell(R) Netware(R) IPX and TCP/IP protocols by the Autodesk Network License Manager...