Re: [Harbour] Another Thread - Accessing COM Objects

2009-04-29 Thread Viktor Szakáts
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 wrote: > > Hello All > > I am finding it difficult to fire a COM object from > another thread than the ap

[Harbour] Another Thread - Accessing COM Objects

2009-04-28 Thread Pritpal Bedi
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