Message 1 of 4
Protecting VBA Code
Not applicable
07-04-2000
06:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Does anyone have any thoughts on protecting your visual basic code
which you would like to distribute to customers?
I have been developing a bunch of customization and localization
routines for LDD in VBA.
I am planning on using some type of code cross referenced in the
registry for licensing.
I have added a password on the original source code.
My question is how reasonable a method is this?
Does the password source code protection have any back doors or bugs
(could an unhandled runtime error for example
accidentally reveal code?)
My other option is to compile and go with standard vb but from what
I've been lead to believe it would be much slower
executing because it is out of the acad process. As well I think that
there are more coordination problems when trying to
work in acad. If this is untrue please feel free to clarify.
Thanks,
Natan Elsberg
which you would like to distribute to customers?
I have been developing a bunch of customization and localization
routines for LDD in VBA.
I am planning on using some type of code cross referenced in the
registry for licensing.
I have added a password on the original source code.
My question is how reasonable a method is this?
Does the password source code protection have any back doors or bugs
(could an unhandled runtime error for example
accidentally reveal code?)
My other option is to compile and go with standard vb but from what
I've been lead to believe it would be much slower
executing because it is out of the acad process. As well I think that
there are more coordination problems when trying to
work in acad. If this is untrue please feel free to clarify.
Thanks,
Natan Elsberg