PDA

View Full Version : Encrypting Lisp/Mnu


fletch97
2005-06-10, 06:34 PM
Happy Friday!

So does anyone have any info on how to encrypt lisp routines and menu files? I found one program that encrypted lisp routines, but once I did it.....Autocad couldn't read the lisp anymore. So I am not sure what that's about but I would like to encrypt some of my lisps/mnu files without causing them not to work...........any ideas?

Thanks!

madcadder
2005-06-10, 06:47 PM
You can make VLX files with the VLISP Editor...

fletch97
2005-06-10, 08:02 PM
How?

I don't see an option to do so?

madcadder
2005-06-10, 08:11 PM
Open the vlisp editor, open the lisp file in the editor, FILE, MAKE APPLICATION, NEW APPLICATION... or MAKE APPLICATION...

MAKE APPLICATION is for a simple LSP to VLX with no dialog boxes needed. Notice the "VL application files" for the format. That shows that it will be a VLX.

Done.

rkmcswain
2005-06-11, 03:11 AM
Happy Friday!

So does anyone have any info on how to encrypt lisp routines...

(vlisp-compile 'st "myfancylisp.lsp" "myfancylisp.fas")