Hi Pritpal,
I suggest you try with the new implementation in hbole, I doubt
there will be any more updates for the old hbwin one.

Brgds,
Viktor

On Wed, Apr 29, 2009 at 3:09 AM, Pritpal Bedi <[email protected]>wrote:

>
> 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
> [email protected]
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to