(SETQ obj (VLA-GETINTERFACEOBJECT (VLAX-GET-ACAD-OBJECT) "CadLisp.Lisp"))
I am trying to get this to work on our new 64bit Windows 7 machine (Map 2012).
It has been working fine on our existing XP machines (Map2009) for the last year.
When I run this, I get the following error;
(SETQ obj (VLA-GETINTERFACEOBJECT (VLAX-GET-ACAD-OBJECT) CadLisp.Lisp"))
error: Automation Error. Problem in loading application
"CadLisp.Lisp" is a com object which runs just fine at a command prompt with vb script.
Does anyone have any suggestions?
Thanks in advance