TYX Corporation
Productivity
Enhancement Systems
PAWS Studio
Release Notes
Version 1.35.5
Table of contents
1.3.1 New ATLAS File settings for a
project
2.3.1 CEMMessageSuppressingInfoResource
Version 1.35.5
Release date:
Two compile options checkboxes will be available for configuration within ATLAS module for Paws projects using 89 based subsets.
· Always Generate Indirect Paths – This will compile files in the ATLAS module using the “y” flag option. ATLAS compiler will generate indirect paths to be used for switching.
· Enable Switch Server – This option will be available if the “Always Generate Indirect Paths” option is selected. This will notify the RTS to enable and use the Switch Server to control switching when the project is run.

This is fixed by the “Enable Switch Server” option provided using the settings for an ATLAS module.
Version 1.35.5
Release date:
TYX distributes this new resource with this release, packaged in the “RtsIOEx.dll”. The resource can be used to suppress CEM messages that are displayed on the Station Display. The PROGID for the resources is “RtsIOEx.CEMMessageSuppressingInfoResource”.
This PR has been fixed with this Release. The available line size for an ATLAS file is now extended to 131070 lines.
Customized implementation of CEMMessageSuppressingInfoResource was sent to the customer to fix this problem.
Connection variable in procedure call
Changes were made to the WRTS in the way comparison was performed for XTYPE (85-based compilers) and X89TP (89-based compilers). Earlier such types were compared in memory bit by bit for the associated vad's, which used to differ when procedure calls were made outside a module. Now just the string portion of the types are compared.