Page 1 of 1

uncheckedConvert(pointer, Binary)

Posted: 27 Nov 2021 16:22
by Jan de Lint
My Prolog has become rusty :-(
How do I handle:

uncheckedConvert(pointer, Binary)
e504 The expression has type '::binary', which is incompatible with the type '::pointer'

Re: uncheckedConvert(pointer, Binary)

Posted: 28 Nov 2021 13:02
by Harrison Pratt

Re: uncheckedConvert(pointer, Binary)

Posted: 30 Nov 2021 12:40
by Jan de Lint
Thanks! That was easy. I retrofitted also the version 9 changes regarding the bit::bitAnd change into the ** operator (and other similar changes). Could not find the operator section in the Wiki. Wonder why for instance ** was chosen instead of the usual &&. Fortunately the warning messages led the way.