I recently switched from 8.10 to 8.30. I had some crashes, since the handles used with %og and with add_menu_item@ changed from 32bit to 64bit. Are there any other handles that have been changed?
Handles changed from 32bit to 64bit
Yes, mostly the handles need to be changed to integer (7)
%hw %lc and related: call set_control_back_colour@(lcColorOfBtn, icol_bkg) to change button color
Ralf
You will find a full list under the title 'ClearWin+ and INTEGER(7) values' in the document NotesOn64BitFtn95.txt.
See also ftn95.chm under 'x64 platform' and 'Using Microsoft handles'.
Paul
is there an updated version of NotesOn64BitFtn95.txt available? After switching from 8.10 to 8.30 the date of this file is still 24.10.2016 and therefore does not contain the change of the handles for %og and add_menu_item@ (and possibly some more?) .
Ralf
ftn95.chm is up to date but the lists are not exhaustive. Both %og and add_menu_item@ need to be added.