Discussions related to Visual Prolog
User avatar
Jan de Lint
VIP Member
Posts: 83
Joined: 6 Mar 2000 0:01

uncheckedConvert(pointer, Binary)

Unread post 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'
User avatar
Jan de Lint
VIP Member
Posts: 83
Joined: 6 Mar 2000 0:01

Re: uncheckedConvert(pointer, Binary)

Unread post 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.
Post Reply