[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | C++ |
Notice: | Read 1.* and use keywords (e.g. SHOW KEY/FULL KIT_CXX_VAX_VMS) |
Moderator: | DECCXX::AMARTIN |
|
Created: | Fri Nov 06 1987 |
Last Modified: | Thu Jun 05 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 3604 |
Total number of notes: | 18242 |
3508.0. "VMS: CXX/ERROR_LIMIT" by PADC::PDONAHUE (Paul Donahue) Fri Mar 21 1997 13:11
In VMS, "HELP CXX" describes a /ERROR_LIMIT=n qualifier. It seems to be
unrecognized when I type it in:
BACKBA> cxx/NOERROR_LIMIT foo.cxx
%DCL-W-IVQUAL, unrecognized qualifier - check validity, spelling, and placement
\NOERROR_LIMIT\
BACKBA> cxx/ERROR_LIMIT=1000 foo.cxx
%DCL-W-IVQUAL, unrecognized qualifier - check validity, spelling, and placement
\ERROR_LIMIT\
This is with:
DEC C++ V5.3-005 on OpenVMS Alpha V6.2-1H3
Do we have the wrong CLD files installed or is this an error in the
documentation or in the cxx distribution?
Thanks,
-Paul
T.R | Title | User | Personal Name | Date | Lines |
---|
3508.1 | Coming soon... | DECC::SULLIVAN | Jeff Sullivan | Fri Mar 21 1997 14:08 | 7 |
| I believe that this switch is only available on VAXVMS for both DEC C and C++.
We have recently added it to both the AlphaVMS and UNIX compilers. The default
was 100 errors, but will be lowered to 30 in the future release of this feature.
I think that this feature is expected to ship in DEC C/C++ V5.6 and later.
-Jeff
|