danyra Posted January 27, 2020 Share Posted January 27, 2020  I did a program in Autolisp, so I want to encript that in order to avoid hacks. What would you recommend me? Because I want rent it. Im a beginner, so I dont know to much about the topic. Thanks to much for your advices Quote Link to comment Share on other sites More sharing options...
Emmanuel Delay Posted January 28, 2020 Share Posted January 28, 2020 As far as I know that will not work in LISP. Maybe it works in VB? Â Of course you can use confusing names of variables and functions 1 Quote Link to comment Share on other sites More sharing options...
ronjonp Posted January 28, 2020 Share Posted January 28, 2020 16 hours ago, danyra said:  I did a program in Autolisp, so I want to encript that in order to avoid hacks. What would you recommend me? Because I want rent it. Im a beginner, so I dont know to much about the topic. Thanks to much for your advices No offense, but is your code that special to warrant protection? The easiest way to somewhat protect lisp is to compile to a VLX using the VLIDE. 1 Quote Link to comment Share on other sites More sharing options...
BIGAL Posted January 29, 2020 Share Posted January 29, 2020 (edited) ronjonp either my pc is getting lazy or Autdesk has screwed its servers your page is missing, I have lost like all the Vl-addetc searches "page not found" at Autodesk support. Â (if (>= alancount 30) (progn (alert "Your trial number has finished \n \n You need to contact\n \n Alanh Consulting \n \n Email info@alanh.com.au") (exit) ) ) (setq loads (list "Lisp1" "Lisp2" "Lisp3")) (setq loc1 "F:\\") ;;change dirs to where they live (setq loc2 "F:\\Compiled Lisp\\") ; where ever you want them saved (foreach lisp loads (vlisp-compile 'st (strcat loc1 lisp ".lsp") (strcat loc2 lisp ".fas")) ) Â Edited January 29, 2020 by BIGAL Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.