On Wed, 28 May 2008, Michael Ellery wrote:
> 
> I have a COM component with a property defined like this (IDL):
> 
> [propput, id(30), helpstring("property TestSuite")] HRESULT
> TestSuite([in] IUnknown *pVal);

Try adding a second line here:

  [propputref, id(30), helpstring("property TestSuite")] HRESULT
  TestSuite([in] IUnknown *pVal);

(identical to the previous line, except propput => propputref).

Not sure if this is enough, but maybe it is sufficient to get the
required IDispatch glue generated for you.

Cheers,
-Jan

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to