convert a lisp file to VLX: Step by Step Guide

convert a lisp file to VLX: Step by Step Guide

samantaray_smitaranjan1
Explorer Explorer
907 Views
4 Replies
Message 1 of 5

convert a lisp file to VLX: Step by Step Guide

samantaray_smitaranjan1
Explorer
Explorer

Hi, Can yo Guide me how to compile 1 lisp file to VLX file and also 2-3 lisp file into 1 VLX file. Step by Step Guide will be better

0 Likes
Accepted solutions (1)
908 Views
4 Replies
Replies (4)
Message 2 of 5

ronjonp
Mentor
Mentor
Accepted solution

ronjonp_0-1689363264952.png

 

Then it's pretty straight forward..

0 Likes
Message 3 of 5

samantaray_smitaranjan1
Explorer
Explorer

Thanks

0 Likes
Message 4 of 5

martti.halminen
Collaborator
Collaborator

The application wizard can only handle about ten Lisp files, but if you need more, no problem: the .prj and .prv files it creates are ordinary Lisp files, you can add more files to the lists afterwards with any convenient text editor.

- the program I am currently maintaining consists of 80 .lsp files in one .vlx file.

0 Likes
Message 5 of 5

ronjonp
Mentor
Mentor

@martti.halminen 

Funny you mention that .. I wrote code to create the PRV file just because of this limitation 🙂

0 Likes