> I tried ctypes. AddTest *does* seem to work with
> ctypes.
>
> The rest of my application is written using win32com.
> Is it possible to use both win32com-dispatched COM
> objects and ctype-com-created COM objects in the same
> application, and have them interact with each other
> safely and corr
--- Mark Hammond <[EMAIL PROTECTED]> wrote:
> > STDMETHODIMP CTTOrderSelector::AddTest(LPCSTR
> > lpProperty, VARIANT vValue)
> >
> > LPCSTR is not a valid COM type, but somehow it is
> > correctly handled in C#. The authors claim that
> their
> > C# client code has been tested and is known to
>
> STDMETHODIMP CTTOrderSelector::AddTest(LPCSTR
> lpProperty, VARIANT vValue)
>
> LPCSTR is not a valid COM type, but somehow it is
> correctly handled in C#. The authors claim that their
> C# client code has been tested and is known to work
> correctly.
I assume that the C# implementation is usin