carry
Guest
Hi.
I created an application consisting of 3 files:
a starting file and two .dvb files, I thought I could protect the whole by craving a .vlx file as described in this articlehttp://usa.autodesk.com/adsk/servlet/item?siteid=123112&id=2765382use visual lisp of autocad 2008 and although there is written in the help that you can load within the .vlx also .dvb file in this there is no choice for this type of file.
I tried to edit the .prv file by replacing the file extension in .dvb
but it doesn't work,
(prv-def)
active-x . t)
separate-namespace . t)
protected . t)
load-file-list
lsp "prova.lsp")
require-file-list
dvb "prova1.dvb")
ob-directory)
tmp-directory)
optimization . st)
)
; eof
Does anyone have any chances?
Thank you.
I created an application consisting of 3 files:
a starting file and two .dvb files, I thought I could protect the whole by craving a .vlx file as described in this articlehttp://usa.autodesk.com/adsk/servlet/item?siteid=123112&id=2765382use visual lisp of autocad 2008 and although there is written in the help that you can load within the .vlx also .dvb file in this there is no choice for this type of file.
I tried to edit the .prv file by replacing the file extension in .dvb
but it doesn't work,
(prv-def)
)
; eof
Does anyone have any chances?
Thank you.