Path: utzoo!attcan!uunet!seismo!sundc!pitstop!sun!decwrl!csdpie.dec.com!edgerton From: edgerton@csdpie.dec.com Newsgroups: comp.lang.c++ Subject: Long variable names in Oasys under VMS Message-ID: <8811171446.AA11296@decwrl.dec.com> Date: 17 Nov 88 17:15:00 GMT Organization: Digital Equipment Corporation Lines: 19 Subject: Long identifier names and VMS uunet!nih-csl!keith (Keith Gorlen) writes: >This question has probably been asked before, but has anyone >figured out how to deal with the long (>31 chars) identifier names >generated by the OASYS C++ translator under VMS? (I'm asking >this question for a friend -- I wouldn't be caught dead using VMS!) Oasys (Aka Glockenspiel) has told me that this problem would be fixed in a soon to be release new version. For now you might try using the following switch: CCXX -/warnings=nowarning @k foobar.cxx This switch causes the compiler to ignore the problems with long variable names. Dave Edgerton (Contractor) All opinions expressed above, are mine and not my employers.