Calling VB dll from Lisp
Posted: Mon Apr 12, 2004 11:20 pm
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
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
