Re: EuCOM : Attn Matt : String Return Value
- Posted by Rad <radhx at redif?mail.c?m> Oct 04, 2007
- 695 views
Bernie Ryan wrote: > > Rad: > > If they are returning the pointer to a BSTR the first four bytes will > be the length of the unicode array terminated by two nulls. > > So try peeking at pointer+4 for that number of bytes. > It gives follwing error: D:\EUPHORIA\EuCOM\unicode.ew:176 in function peek_bstr() A machine-level exception occurred during execution of this statement bstr = 2147614733 len = <no value> ... called from D:\EUPHORIA\EuCOM\OneWay60.exw:321 in procedure proc_onecrypt() Regards, Rad.