Hi

I am using a 3rd party non visual ActiveX component(OCX) in a COM object I
have developed for use with ASP.

The problem I have is that if I run two instances simultaneously my COM
objects hang.

My COM object is apartment threaded and the OCX registry setting indicate
that the OCX is also apartment threaded.

After importing the ActiveX control into Delphi I create the ActiveX
component  using the standard Totherocx.Create(nil),
does the OCX component I create run in the same thread as my base com object
?

I am currently using the ActiveX component in a standard Delphi application
and I can have two or more instances running concurrently, so I think the
OCX is ok.

Can anyone offer suggestions as to what I may be doing wrong ? 

Thanks Neil
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to