Sujet : Re: New VSI post on Youtube
De : FIRST.LAST (at) *nospam* vmssoftware.com (Robert A. Brooks)
Groupes : comp.os.vmsDate : 14. Aug 2024, 20:49:28
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v9j1o8$fql6$3@dont-email.me>
References : 1 2 3 4 5 6 7
User-Agent : Mozilla Thunderbird
On 8/14/2024 2:57 PM, Arne Vajhøj wrote:
compile/POINTER_SIZE=32, LINK/SEG=CODE=P0 etc. can all help get stuff
working.
But it is not the right long term solution.
For C++, the default pointer size should have remained 32.
It was a mistake to change the default from what it was on Alpha and IA64.
There is a lot of VMS-developed C++ code that expects a pointer size of 32,
so in the case I cited, that compilation qualifer will remain forever, because
the code will not change.
-- -- Rob