Page 1 of 1

Calling VB app from Lisp

Posted: Mon Apr 12, 2004 11:19 pm
by Remyga
Hi all,
How to call VB routine from LISP in IntelliCAD? For example in AutoCAd lisp I use:
(setq Test (vlax-create-object "DllName.clsClass"))
(setq answer(vlax-invoke-method Test 'SomeMethod))What alternatives are in IntelliCAD?
Thank for all sugestions.

------------------
Remyga, Lithuania