Re: C RTL logical features
- From: sms@xxxxxxxxxxxx (Steven M. Schweda)
- Date: Tue, 27 Feb 2007 15:09:45 -0600 (CST)
From: VAXman- @SendSpamHere.ORG
I want to enable certain C RTL features which are, AFAICT, enabled only
with logicals (For example, DECC$EFS_CASE_PRESERVE and DECC$EFS_CHARSET)
on a case by case basis within a program. Can these features be turned
on an off "per call" to decc${translate/to/from}_vms?
It's all in the manuals. Or look at almost anything I've worked on
in recent years (http://antinode.org/dec/index.html#Software).
http://h71000.www7.hp.com/doc/83final/5763/5763pro.html
http://h71000.www7.hp.com/doc/83final/5763/5763pro_004.html#index_x_93
The tricky one is DECC$ARGV_PARSE_STYLE which must be set using
LIB$INITIALIZE, or else it'll be too late. I normally do all of them
together, and leave them set, but most are dynamic, and may be changed
at any time.
------------------------------------------------------------------------
Steven M. Schweda sms@antinode-org
382 South Warwick Street (+1) 651-699-9818
Saint Paul MN 55105-2547
.
- Prev by Date: Re: Alpha mystery! Only on Sundays??
- Next by Date: Re: Alpha mystery! Only on Sundays??
- Previous by thread: Alpha mystery! Only on Sundays??
- Next by thread: Re: C RTL logical features
- Index(es):
Relevant Pages
|