>I have some libraries and source files written in C and I would like >to "translate" them into Transcript, to avoid typing again.
Hello Fabio, Create a simple library stack, translate your C code to Transcript handlers, and place them in the stack script of the library stack. Now any Rev app or stack can resolve those handlers at runtime with a 'start using stack "myLibrary"' statement. -- Rob Cozens CCW, Serendipity Software Company http://www.oenolog.com/who.htm "And I, which was two fooles, do so grow three; Who are a little wise, the best fooles bee." from "The Triple Foole" by John Donne (1572-1631) _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
