Print Page | Close Window

LTFLY lisp

Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DWF formats, Design Review, AutoCAD 360, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=3059
Printed Date: 31.May.2026 at 22:58


Topic: LTFLY lisp
Posted By: Shijo
Subject: LTFLY lisp
Date Posted: 21.Jan.2010 at 06:13

`ltfly ' VLX command notworking in Autocad Please help

Error :
Command:
Command: ltfly
Enter the text (current style) to embed <ABC>:
; error: no function definition: vlax-ename->vla-object



Replies:
Posted By: CarlB
Date Posted: 21.Jan.2010 at 06:24
type this on the command line before executing, including parentheses:
(vl-load-com)


Vladmir, another code update in order :)



Posted By: Shijo
Date Posted: 21.Jan.2010 at 08:09
please explain (how to do)


Posted By: CarlB
Date Posted: 21.Jan.2010 at 08:21
The "ltfly" is missing a lisp command, but you can type it into AutoCAd on the command line, then run the routine.

1. Load the lisp routine.
2. type "(vl-load-com)"
3. type "ltfly"


Posted By: Shijo
Date Posted: 21.Jan.2010 at 08:32
not working


Posted By: Vladimir Michl
Date Posted: 21.Jan.2010 at 08:33
What AutoCAD version are you using?
 
(vl-load-com) is of course included in the LTfly code.


-------------
Vladimir Michl (moderator)
ARKANCE - https://arkance.world" rel="nofollow - https://arkance.world - Autodesk Platinum Partner


Posted By: Shijo
Date Posted: 21.Jan.2010 at 08:37
Autocad 2006, 2009 and Civil 3D 2009 


Posted By: Vladimir Michl
Date Posted: 21.Jan.2010 at 08:54

And it doesn't work in either of them? Strange. At least the 2009 versions should work fine.

Just to be sure:
You perform [CMD]APPLOAD[/CMD] of LTFLY.VLX, start LTFLY, enter "something" and it terminates with the error?



-------------
Vladimir Michl (moderator)
ARKANCE - https://arkance.world" rel="nofollow - https://arkance.world - Autodesk Platinum Partner


Posted By: Shijo
Date Posted: 21.Jan.2010 at 11:42

So, No hope ...........

Thanks very much for your advise and comments 


Posted By: Vladimir Michl
Date Posted: 21.Jan.2010 at 11:49

I can image only a single reason why this wouldn't work - a missing or damaged VL.ARX (a standard AutoCAD component). Please start APPLOAD and check the list of loaded applications. Is VL.ARX listed? If not, can you try to load it with the ARX command?



-------------
Vladimir Michl (moderator)
ARKANCE - https://arkance.world" rel="nofollow - https://arkance.world - Autodesk Platinum Partner


Posted By: Shijo
Date Posted: 21.Jan.2010 at 14:28
Please have a look ..........
 
i had used this commands in autocad
 
 
Command: ap
APPLOAD vl.arx already loaded.

Command: ltfly
Unknown command "LTFLY".  Press F1 for help.

Command: ap
APPLOAD ltfly.vlx successfully loaded.


Command:
LTFLY command loaded. (C)2010, XANADU - http://www.xanadu.cz - www.xanadu.cz
__ CAD, PLM, GIS/FM custom application development __
Command:
Command: ltfly

Enter the text (current style) to embed <ABC>: shijo
; error: no function definition: vlax-ename->vla-object



Posted By: Vladimir Michl
Date Posted: 21.Jan.2010 at 14:40
Giving up. And I thought I know LISP quite well...
 
It looks like that the VLisp ActiveX support is missing (VL.ARX, vl-load-com) but both are there in fact. What is the _VERNUM of your AutoCAD (type "_VERNUM")? Are any other add-on applications running?


-------------
Vladimir Michl (moderator)
ARKANCE - https://arkance.world" rel="nofollow - https://arkance.world - Autodesk Platinum Partner


Posted By: CarlB
Date Posted: 21.Jan.2010 at 17:16
If user enters a style name not in the drawing, could this error occur?


Posted By: Vladimir Michl
Date Posted: 21.Jan.2010 at 18:49
No, LTfly just uses the current style. And the error message points clearly to a missing Lisp-ActiveX component.
 
One more thing - is the AutoCAD version running in a proper operating system? I mean - no twiddling with unsupported 32/64-bit combinations, no virtual machines, no Win95 boxes?


-------------
Vladimir Michl (moderator)
ARKANCE - https://arkance.world" rel="nofollow - https://arkance.world - Autodesk Platinum Partner



Print Page | Close Window