Re: COM and Threads

2006-10-16 Thread Teja
Teja wrote: > Roger Upole wrote: > > "Teja" <[EMAIL PROTECTED]> wrote: > > > > > > Roger Upole wrote: > > > > > >> "Teja" <[EMAIL PROTECTED]> wrote: > > >> > > > >> > Roger Upole wrote: > > >> > > > >> >> "Teja" <[EMAIL PROTECTED]> wrote: > > >> >> >I have an application which uses COM 's Dispatch

Re: COM and Threads

2006-10-13 Thread Teja
Roger Upole wrote: > "Teja" <[EMAIL PROTECTED]> wrote: > > > > Roger Upole wrote: > > > >> "Teja" <[EMAIL PROTECTED]> wrote: > >> > > >> > Roger Upole wrote: > >> > > >> >> "Teja" <[EMAIL PROTECTED]> wrote: > >> >> >I have an application which uses COM 's Dispatch to create a COM based > >> >> > o

Re: COM and Threads

2006-10-13 Thread Roger Upole
"Teja" <[EMAIL PROTECTED]> wrote: > > Roger Upole wrote: > >> "Teja" <[EMAIL PROTECTED]> wrote: >> > >> > Roger Upole wrote: >> > >> >> "Teja" <[EMAIL PROTECTED]> wrote: >> >> >I have an application which uses COM 's Dispatch to create a COM based >> >> > object. Now I need to upgrade the applicat

Re: COM and Threads

2006-10-12 Thread Teja
Roger Upole wrote: > "Teja" <[EMAIL PROTECTED]> wrote: > > > > Roger Upole wrote: > > > >> "Teja" <[EMAIL PROTECTED]> wrote: > >> >I have an application which uses COM 's Dispatch to create a COM based > >> > object. Now I need to upgrade the application to a threaded one. But > >> > its giving a

Re: COM and Threads

2006-10-12 Thread Roger Upole
"Teja" <[EMAIL PROTECTED]> wrote: > > Roger Upole wrote: > >> "Teja" <[EMAIL PROTECTED]> wrote: >> >I have an application which uses COM 's Dispatch to create a COM based >> > object. Now I need to upgrade the application to a threaded one. But >> > its giving an error that COM and threads wont go

Re: COM and Threads

2006-10-12 Thread Teja
hg wrote: > Teja wrote: > > hg wrote: > > > >> Teja wrote: > >>> I have an application which uses COM 's Dispatch to create a COM based > >>> object. Now I need to upgrade the application to a threaded one. But > >>> its giving an error that COM and threads wont go together. Specifically > >>> it

Re: COM and Threads

2006-10-12 Thread Teja
Roger Upole wrote: > "Teja" <[EMAIL PROTECTED]> wrote: > >I have an application which uses COM 's Dispatch to create a COM based > > object. Now I need to upgrade the application to a threaded one. But > > its giving an error that COM and threads wont go together. Specifically > > its an attribut

Re: COM and Threads

2006-10-12 Thread hg
Teja wrote: > hg wrote: > >> Teja wrote: >>> I have an application which uses COM 's Dispatch to create a COM based >>> object. Now I need to upgrade the application to a threaded one. But >>> its giving an error that COM and threads wont go together. Specifically >>> its an attribute error at the

Re: COM and Threads

2006-10-12 Thread Roger Upole
"Teja" <[EMAIL PROTECTED]> wrote: >I have an application which uses COM 's Dispatch to create a COM based > object. Now I need to upgrade the application to a threaded one. But > its giving an error that COM and threads wont go together. Specifically > its an attribute error at the point where COM

Re: COM and Threads

2006-10-12 Thread Teja
hg wrote: > Teja wrote: > > I have an application which uses COM 's Dispatch to create a COM based > > object. Now I need to upgrade the application to a threaded one. But > > its giving an error that COM and threads wont go together. Specifically > > its an attribute error at the point where COM

Re: COM and Threads

2006-10-12 Thread hg
Teja wrote: > I have an application which uses COM 's Dispatch to create a COM based > object. Now I need to upgrade the application to a threaded one. But > its giving an error that COM and threads wont go together. Specifically > its an attribute error at the point where COM object is invoked. An