DMW 2023 (23.0.1.0) A
This update contains minor updates.
DMW 2023 (23.0.1.0)
This release contains several new features. These include
Changes to each file are documented in the notes at the top of each .cfg
DMW 2.0.1.1
Common_Predefined_PWSetup.cfg
Replaced Common Predefined validation %error messages with _DYNAMIC_MSG_VALIDATION
FindNameInPath.cfg
Revised FINDDIR_FOUNDROOT/FINDDIR_FOUNDROOT to be FINDDIR_GETROOTPATH/FINDDIR_FOUNDROOTPATH (for naming consistency)
DMW 2.0.1.0
General
Introduced _DYNAMIC_MSG_VALIDATION variable
Replaced some %error messages with _DYNAMIC_MSG_VALIDATION, so that configuration could continue to load on minor issues.
Added excel file in .\Bentley\Documentation folder with include variable documentation. Note, "Variable" worksheet includes filters to refine variable search.
FindNameInPath.cfg
Expanded FINDDIR_SEARCHED_NEST capability to allow recall at each nest level.
Added FINDDIR_GETROOT capability to allow finding path from "nest" definition to
DMW 2.0.0.0
General
Reorganized for ease of understanding and editing
Common Predefined PWSetup. cfg
Reorganized Common Predefined PWSetup to have include files for each major section
Workspace PW Setup .cfg
Reorganized into step-by-step process for setup
Upgrade Notes:
1.7.0 Workspace PWSetup files contain the following syntax which will need to be edited or commented out to be compatible with 2.0.0 or later.
%if !defined (_DYNAMIC_COMMONPREDEFINED_PWSETUP_MAJOR) || ((_DYNAMIC_COMMONPREDEFINED_PWSETUP_MAJOR)<7)
%error Workspace setup needs updated version of Common Predefined files.
%endif