At 3:49 PM +0200 1/30/02, guy jacquesson wrote: >My questions are: >------------------------ >1) is the builder for PPC correct? >2) is it OK to make a call (a go ) to a SUBSTACK of ANOTHER MAINSTACK? Or Am I wrong? >3 )is it "legal" to build ONLY the stack that contains nearly all the handlers the >other stacks use?
1 -- as far as I know 2 -- Yes 3 -- Absolutely. Many people do this in order to save changes in other stacks that are part of their application. Note: Windows and Unix don't allow changes to a running application the way the Macintosh does. For compatibility, Revolution doesn't allow changes on any platform. Hence building only one of the stacks that doesn't change, and including the stacks that do change as stacks. regards, Geoff _______________________________________________ improve-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/improve-revolution
