There's not much difference between precompiled and encrypted code.
I disagree with this viewpoint.
Keep in mind that with encrypted code, the compiler still needs to work
with plain source code at some point. So at some point in time,
encrypted code will be in a plain text format in order to be compiled.
With a precompiled class, you don't have that issue. The compiler
doesn't need the original source code since it can simply link in the
compiled code, so your source isn't is never in plain text form.
~Aaron
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>