Author Topic: Protect my work  (Read 2610 times)

0 Members and 1 Guest are viewing this topic.

Dommy2Hotty

  • Swamp Rat
  • Posts: 1127
Protect my work
« on: August 02, 2004, 03:03:04 PM »
I have made (with enormous help from everyone here) quite a few LISP files and menus that everyone here at my work uses on a daily basis.  I want to make it so only I have the original files and everyone else has protected/unreadable files.  I gather that I just need to make VLX files out of my LSP files, correct?  What about the menu files.  For example, our electrical menu consists of these files: Electrical.MNS, .MNL, & .DLL.  How would I go about making those unreadable by others? Thanks :twisted:

Mark

  • Custom Title
  • Seagull
  • Posts: 28762
Protect my work
« Reply #1 on: August 02, 2004, 03:12:26 PM »
1) yes, compile your .lsp into either .vlx or fas.

2) can't protect those as far as I know. well you could call another .vlx/.fas from the .mnl to do all the work.

example:
// .mnl file
(load "myprog.vlx")
// .mnl file
TheSwamp.org  (serving the CAD community since 2003)