Author Topic: Acad LT2006 VLide Editor  (Read 4603 times)

0 Members and 1 Guest are viewing this topic.

Ron Heigh

  • Guest
Acad LT2006 VLide Editor
« on: February 21, 2006, 04:05:27 PM »
Does anybody know of a way to edit LISP routines in LT2006?
I have the LT Toolkit, but some of the routines still don't load, so I want a debugger.
Mark, I know you use VIM, will this tell me in LT where the code is crashing?

Regards, Ron

btw, nice to see everyone again.

JohnK

  • Administrator
  • Seagull
  • Posts: 10672
Re: Acad LT2006 VLide Editor
« Reply #1 on: February 21, 2006, 05:32:26 PM »
Vim is a text editor only. Although there are methods and means to return error messages from some C++ compilers back to Vim (To make Vim more like an IDE-ish-type of enviroment). There isnt anything that ive seen to allow you to do this with AutoCAD.

Debuger in LT: Nothing i know of. (Course i only have an understaning of LT and no working experence with it.) I would just use my Text editor and some good old trial and error.
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

Serge J. Gianolla

  • Guest
Re: Acad LT2006 VLide Editor
« Reply #2 on: February 21, 2006, 06:59:56 PM »
Hi Ron,

Download LT-Extender [gonna work for 200 goes] and there is a Debugging and Erorr-Analysis that might help! Never had to use it having full AutoCAD.
And who knows looking at it you may decide it is as good as LTToolkit at a fraction of the price. :wink:

Ron Heigh

  • Guest
Re: Acad LT2006 VLide Editor
« Reply #3 on: February 23, 2006, 09:54:16 AM »
Merci Beaucoup, Serge.
C'est tres bien.

Salut!

Serge J. Gianolla

  • Guest
Re: Acad LT2006 VLide Editor
« Reply #4 on: February 23, 2006, 02:16:16 PM »
Ron, tu parles francais, j'aurais jamais imagine! :?
Ca a marche le debugging avec LTE?

Ron Heigh

  • Guest
Re: Acad LT2006 VLide Editor
« Reply #5 on: February 23, 2006, 03:59:18 PM »
Serge,

Je ne parle pas en francais, je parle en englais.
Je parle en francais en peu.

I think that the debug mode of LT extender will help a bit, plus it gives you better command line debugging to find wher ethe problm is.
So far, it looks much better that the LT Toolkit does.

Regards, Ron

Serge J. Gianolla

  • Guest
Re: Acad LT2006 VLide Editor
« Reply #6 on: February 23, 2006, 04:14:54 PM »
Quote
Merci Beaucoup, Serge.
C'est tres bien.

Salut!
Je ne parle pas en francais, je parle en englais...

Buddy, you could have fooled me and indeed you did! As for LTE there is still work to be done to refine some rough edges but le$$ expen$ive.

Serge J. Gianolla

  • Guest
Re: Acad LT2006 VLide Editor
« Reply #7 on: February 23, 2006, 04:19:37 PM »
Ron,
There is closer to you, a Canadian package:
http://www.cad-port.com/news.html

Ron Heigh

  • Guest
Re: Acad LT2006 VLide Editor
« Reply #8 on: February 27, 2006, 09:25:43 AM »
I successfully ported the LT-Extender into LT2006 and it works great.
All of my routines worked just fine.

The problem was with the compiled routines I was trying to use (FAS).  Once I removed the FAS files and used the LSP versions, everything is good.
As well, LT-Extender adds the missing profiles tab into the options dialog box so I can share my set-up very easily.

Serge J. Gianolla

  • Guest
Re: Acad LT2006 VLide Editor
« Reply #9 on: February 28, 2006, 02:44:12 PM »
Cool!

The advantage for me was that ObjectDCL works with LT. I introduced Torsten [LTE] to Chad [ODCL] years ago because of that need. But that was prior to ACAD2005.
Since then Autodesk in their infinite wisdom took the LISP interpreter out of LT!

I find Gary's package too expensive [personal opinion], and in your face. At least, with LTE, for developers it is great, cause of the silent mode and ability to tie it to your own software yourself.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Acad LT2006 VLide Editor
« Reply #10 on: February 28, 2006, 03:40:44 PM »
Discussion Bookmarked. !

I'd like to see what is available with the extenders in a couple of monthe, or after 2007LT is released. With FAS, VLX and ARX being loadable, there seems to be a lot of potential there.

Any indication about a NET API. ? 

Serge, can you still use ODCL ?
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Serge J. Gianolla

  • Guest
Re: Acad LT2006 VLide Editor
« Reply #11 on: February 28, 2006, 03:47:23 PM »
Quote
Serge, can you still use ODCL ?

Yes Kerry. Been using it since it came out. As for LTE, that was for in-house testing but never professionally; instead we were using LTBooster from cadaware.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Acad LT2006 VLide Editor
« Reply #12 on: February 28, 2006, 03:54:41 PM »
Thanks Serge, Thats good news. Chad is currently upgrading for AC2007, so we'll see what happens.

Perhaps you should expect to be inundated with lots of inane questions. :-)
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

LE

  • Guest
Re: Acad LT2006 VLide Editor
« Reply #13 on: February 28, 2006, 04:01:38 PM »
If there is a chance have a look at the work of Henrik Vallgren

Here:

http://www.streamspace.com/

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: Acad LT2006 VLide Editor
« Reply #14 on: August 02, 2006, 12:05:41 PM »
Hi Gary and welcome to the swamp.

Was wondering when you'd finally poke your head in here.

Michael Puckett

:)
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst