-- sgp wrote: > On my win2k sp4 system, the first time I run it I get "so far so good" in > the debug window. The second time I get the same message but then powerpro > crashes with "powerpro has generated errors and windows needs to close it"
Thanks sgp. It looks like we are getting different responses. -- Alan wrote: > Meanwhile, can I see your pipe.ini, or releavnt section of > lugins.ini, if any? I'm not using any form of .ini file because it appears that I can either declare the settings in my script or rely on default values. > If you look at sample script pipePluginTestScriptToSelf.powerpro, > you'll find I do almost the same thing; except I put a tiny wait.for > (10 msec did it) between the listen_on and the send_to. If I remove > the wait, Powerpro crashes. I modified my test script to do the following: pipe.unload() wait.for(250) local pipeResponse = pipe.listen_on() local command = "Debug So far, so good." wait.for(250) local response = pipe.send_to(command) I got as far as the Debug message being shown again, but at this point PowerPro becomes entirely unresponsive and needs termination. I'm not too worried if sending-to-self doesn't work but it would make testing much easier! Thanks for your attention. -- Regards, Alex Peters Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
