TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: viva on October 31, 2006, 12:30:26 AM

Title: running vlx thru lisp
Post by: viva on October 31, 2006, 12:30:26 AM
hi
     i want 2 run .vlx file through lisp. that means first one process wants 2 execute then vlx wants 2 execute. can anyone give me idea

regards
viva
Title: Re: running vlx thru lisp
Post by: Kerry on October 31, 2006, 01:30:02 AM
If the code in the VLX is functions just treat them like normal lisp routines. < just make sure the VLX is loaded beforehand >

Is the VLX compiled into a seperate namespace ??? if so, you will have to export the function names into the current document namespace ...