• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

file vls

  • Thread starter Thread starter nicolas74
  • Start date Start date

nicolas74

Guest
Good morning to all,
I found a .vls file in practice a compiled lisp
Can someone tell me how to create it?
I only have zwcad 2024
Thank you.
No
 
Hi.
thanks for the answer, but the lisp converter asks to select file fas or vlx, while my starting file is an lsp file, so I can't insert it in the lisp converter.
 
vls files are obtained from the transformation of vlx created with autocad.
that I know it is not possible to pass from lsp to vls.

if you want to have a compiled lisp use by command line in zwcad:
Code:
(compile-zelx "c:\lsp\john.lsp" "c:\lsp\walker.zelx")
not having in hand now zwcad do not remember if there is a menu command that does the same thing.
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
ciao
Back
Top