Hello All

I am finding it difficult to fire a COM object from
another thread than  the appln's main thread.


   oWord := CreateObject( "Word.Application" )
   if oWord != NIL
     oWord:visible := .T.
   endif

The above code works in main thread but not in 
another thread. I am using hbwin.lib ole protocol.

Any hints, ideas, etc.

Regards
Pritpal Bedi
-- 
View this message in context: 
http://www.nabble.com/Another-Thread---Accessing-COM-Objects-tp23288904p23288904.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to