Re: EuCOM : Attn Matt : String Return Value
- Posted by Matt Lewis <matthewwalkerlewis at ?ma?l.com> Oct 04, 2007
- 730 views
Bernie Ryan wrote: > > Rad wrote: > > > 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() > > Rad: > > Looking at the help file the author says that to use this with vb.net > I wonder if the value being return is the address of a vb string > object and you need to use string oop class to access the returned string. It's a COM object. It actually returns a Variant of type VT_BSTR. EuCOM is designed to handle this. The problem is that there is an unknown error occurring during the call. I'll download it and see if I can't figure it out in the next few days or so. Matt