in reply to Re: Passing Strings to VB
in thread Passing Strings to VB

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.