Re: shroud ?
- Posted by Brian Broker <bkb at CNW.COM> Apr 26, 2000
- 378 views
On Wed, 26 Apr 2000 19:16:26 -0400, Bernie Ryan wrote: >If a include file is shrouded and it contains constants. > > Then this file is included by a user how will the user be able to > use those constants if the shroud program changes or renames > the constant names ?? According to the Reference Manual: "You can distribute a shrouded/scrambled .e include file that people can include in their programs without seeing your source code. Symbols declared as global in your main .e file will not be renamed, so your users can access routines and variables with meaningful long names, while the rest of your file remains shrouded." -- Brian