Main Page | Report this Page
Computers Forum Index  »  Computer Languages (Labview)  »  Receiving events from COM component with...
Page 1 of 1    

Receiving events from COM component with...

Author Message
Pandey...
Posted: Fri Jul 31, 2009 1:33 pm
Guest
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
 
 
Page 1 of 1    
All times are GMT
The time now is Mon Nov 23, 2009 6:04 am