To determine how names are matched to configuration settings:
[Options]
; CaselessMatch = Yes (default, ignore uppper/lower differences) or No
CaselessMatch = Yes
; SpacelessMatch = Yes (default, ignore embedded spaces) or No
SpacelessMatch = Yes
; WildcardMatch = Yes (default, allow ? and * in settings) or No
WildcardMatch = Yes
See §4.1.10 Specifying how to treat cases, spaces, and wildcards.
To diagnose possible memory-management problems:
[Options]
NoNameDel = No
NoMemDel = No
If dcl.exe crashes at the very end of processing, try changing these options to Yes, one at a time.