Alex- Tuesday, August 31, 2004, 7:07:05 PM, you wrote:
AT> When I run the stack that came as part the externals sdk, and try out the AT> examples, I get various errors (note this is just looking at the stack that AT> came in the package - not building any externals). AT> The Convolve example fails with "Handler not found", the Life example fails AT> with AT> "Function: error in function handler" You need to build the external library first and set the path to it in order for the calls to work. What you're trying to do now is execute a handler that the engine doesn't know about. If you compile the convolve_and_life source then it should work for you. -- -Mark Wieder [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
