Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problem with use VLISP: command MTEXT

13 views
Skip to first unread message

Andrew Nesterov

unread,
Dec 13, 1998, 3:00:00 AM12/13/98
to
Help!
Problem with use VLISP.
The command MTEXT does not work with start from VLISP.
Look a test example:

(defun C:TEST (/)
(command "-mtext" (list 0 100) "H" 5 (list 100 0)
"The test of performance of a command MTEXT from the LISP program." "")
(command "ZOOM" "_E")
)

The test correctly works with start _ appload and does not work with start
from VLISP.
Help to solve a problem.
Excuse me for bad English.
Andrew


Terry W. Dotson

unread,
Dec 14, 1998, 3:00:00 AM12/14/98
to
Andrew Nesterov wrote:

> The command MTEXT does not work with start from VLISP.

From the VLISP Readme:

There is a problem in ARX/ADS communication with Visual LISP
that causes external commands requiring arguments to fail
when called from Visual LISP. This problem has appeared with
the following AutoCAD commands:

ASEADMIN
CHANGE
DRAWORDER
DTEXT
IMAGE
IMAGECLIP
MTEDIT
MTEXT
RECTANG
VBAIDE
VBALOAD
VBARUN
VBAUNLOAD

Use (entmake) or the ActiveX AddMtext instead.

Good Luck, Terry

+-----------------------------------------+
| Tips & Tricks, R14 Bugs, Reviews, |
| Procedures, Free Stuff & Industry Links |
| Visit http://www.dotsoft.com |
+-----------------------------------------+

0 new messages