--- In [email protected], "Sheri" <sheri...@...> wrote:
> > // ps i tried to use binary.empty to get an empty buffer with > > maxsize allocated but dll.get_pointer do not succeed ! > An empty service just got removed from the unicode plugin because it was > useless; the one in binary is likely similar. binary.empty should work (problem with concept of empty unicode string was what to fill it with; internal storage for unicode handles replies on null terminated strings, so can;t fill an empty buffer with nulls. Internal storage for binary handles OTOH keeps two counts: bytes allocated and bytes used. so an empty binary buffer should work (maxsize allocated, 0 used). I'm away for ten days or so, I'll check out why it wasn't when I get back. I'll also look into adding SendMessageStrRemote to unicode, and nick ideas from your script to improve usefulness of dialog plugin calls on remote controls.
