1753797 Members
6916 Online
108799 Solutions
New Discussion

Re: parse_style

 
John Gillings
Honored Contributor

Re: parse_style

>so you may need to use a mechanism like
>LIB$INITIALIZE for that

Doesn't work :-(

I guess the processing of the foreign command is done by DCL before the LIB$INITIALIZE routine has any effect.
A crucible of informative mistakes
Steven Schweda
Honored Contributor

Re: parse_style

> Doesn't work :-(

LIB$INITIALIZE is good enough to get
"DECC$ARGV_PARSE_STYLE" set, which is good
enough to preserve case in argv[], _if_
parse_style = extended. I never tried to
force extended parse_style in a program.