Board index » delphi » Repost: How 2 pass array of strings to VB from Delphi COM
Scott Kellish
![]() Delphi Developer |
Sat, 21 Aug 2004 05:41:18 GMT
Repost: How 2 pass array of strings to VB from Delphi COM
I'm implementing a interface in D6 COM server that a VB app will use. The
interface contains a method function Thicknesses: OleVariant [propget, dispid $00000012, helpstring The Calling VB code looks like this: Private Sub FillCBThicknesses CBThicknesses.Clear Dim i As Long I tried implementing Get_Thicknesses like this: type When I run this though, the VB app throws an exception: "Could not convert Any ideas? -- Scott Kellish -- Scott Kellish |