in reply to Passing Strings to VB

Nevermind.... Albannach pointed out that I didn't change the function name in the PerlScript ASP.

Would be nice if we could close and delete our threads. Maybe we can and I just don't know how, but ignore all of this. Sorry to waste everyone's time.

Replies are listed 'Best First'.
Re: Re: Passing Strings to VB
by THuG (Beadle) on Jul 19, 2001 at 00:39 UTC

    Of note: I can't get $DLLObject->CopyString($to, $from); to work, but I can get $to = $DLLObject->CopyString($from); to work.

    Ofcourse, I recompiled the DLL each time, so I'm not trying to make those two calls into the same DLL.