|
| Severity | High |
|---|---|
| Product | Websydian DWA |
| Websydian version | All |
| Plex version | All |
| Platform | Windows |
| Category | DWA Windows |
| Problem | Stability of Websydian DWA application compromised by the user of VB-Script |
| Answer | The VB-Script support of Plex requires a panel to be scoped by
the function using VB-Script.
If for some reason a panel is not available at some point in the call stack the application will fail. Another problem is that the use of VB-Script in Websydian DWA application will cause a major memory leak because of the implementation of the VB-Script in Plex. Please note that VB-Script support was made available to the GUI interface which is the reason for the required panel. |
| Workaround | The Websydian Support team recommends not using VB-Script with
Websydian DWA applications.
Prior to reporting any errors related to the stability of Websydian DWA applications where VB-Script is used make sure to convert your VB-Script to C++ source code. |