On Wed, 29 Jun 2005, Nzer Zaidenberg wrote:
the problem is that since the xxx.exp is script (readable to all) all the code is provided to the customer. we don't want that so i want to either rewrite it with C++ engine (similar to expect) or compile xxx.exp to xxx.a.out (make the source invisible!) is it feasible?
You can compile an application that is equivalent to your expect application using the expect (and tcl) C bindings. This implies rewriting your application. man libexpect(3).
Peter ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
