From: Pandey on
Hi,

I am new to labview.

I have a COM component written in vc++ with IConnectionPoint and
IProvideInfo interface support. The COM component implements a method
func() which can be called from labview. This method invokes a new
thread and does the execution. As part of the execution, some events
are generated and being sent back as call back through
IConnectionPoint.

The labview is not able to recieve the call back messages if the
events are generated on different thread, however the event messages
are shown on the UI if the events are generated on main thread.

Any help is appreciated.

thanks in advance