Re: shroud

new topic     » goto parent     » topic index » view thread      » older message » newer message

George Walters wrote:
> Is it possible to shroud some includes but not the main program? I'm trying
> to hide some important stuff (to protect the software from theft) but still 
> be able to debug the program when it crashes so it will produce something 
> readable that is useful.

Another thing you can do in 2.5, is create a crash routine.
See crash_routine(). When any Euphoria-detected problem
occurs, your routine will get control, and it could
dump selected variable values to a file, possibly encrypting them
in some way. Your user could send you this file, or your crash routine
might e-mail the data, or the whole ex.err, directly to you. 
That's what I do with some of my CGI programs.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu