finally... - fixed serious bugs that prevents unload from working, or from powerpro from exiting without crashing after com plugin was used.
- added support for foreachÂ…endfor construct, which can be use instead of enumerators. - comPluginDemoScriptControlBarOWCchart.powerpro no longer uses obsolete float plugin - comPluginDemoScriptControlBarQuicktime.powerpro replaced with comPluginDemoScriptControlBarQuicktimeUsingIE.powerpro: the former no longer works with current Quicktime object model - added new scripts comPluginDemoScriptJScom.powerpro, comPluginDemoScriptId3Tags.powerpro, comPluginDemoScriptCreatePDF.powerpro, comPluginDemoScriptGFL.powerpro, comPluginDemoScriptiTunes.powerpro and comPluginDemoScriptImageMagick.powerpro - changed suggested way of finding the objects and methods associated with a COM server - added support for feature introduced in PowerPro 4.09i (4913), which will execute graceful shutdown code when powerpro exits. If you don't have PowerPro 4.09i, you should probably call com.unload in a "PproShutdown" list. - added destroy alias for the release service - renamed all scripts from comPluginTest*.powerpro to comPluginDemo*.powerpro - added comPluginFunctions.txt to be used as a file menu, perhaps merged with pprofunctions.txt. - added a version resource - when enumerator_next find no more items to enumerate and sets com_type and com_status are set to "done", it used to also raise an error. Fixed that.
