Re: Error 1053 when starting any windows service that uses qpid client + COM CoInitializeEx

2009-09-08 Thread nicolae claudius
yes is only windows services on windows vista where the application fails ( console works OK both on vista and xp but service works only on xp, on vista throws the descripted error) From: Robert Greig To: users@qpid.apache.org Sent: Tuesday, 8 September, 2009

Re: Error 1053 when starting any windows service that uses qpid client + COM CoInitializeEx

2009-09-08 Thread Robert Greig
2009/9/8 nicolae claudius : > I noticed that any windows service that uses qpid client libraries and > simultaneously calls CoInitializeEx(...) to initialize and use COM fails to > start as windows service with the following error: Is it only windows services that fail, or do other win32 execut

RE: AMQP|QPid client API for WinCE

2009-09-08 Thread Steve Huston
Hi Mike, > I would like to know if someone already use or did the source > code port of > AMQP|QPid (C++ or C# [Compact Framework] ) client API to run > on Windows CE 5.0 operating system ? I did much of the C++ port to Windows, and I'm not aware of anyone testing it on Win CE. -Steve -- Stev

AMQP|QPid client API for WinCE

2009-09-08 Thread PacaMike
Hello All, I would like to know if someone already use or did the source code port of AMQP|QPid (C++ or C# [Compact Framework] ) client API to run on Windows CE 5.0 operating system ? Thanks in advance. -- View this message in context: http://n2.nabble.com/AMQP-QPid-client-API-for-WinCE-tp360

Re: Error 1053 when starting any windows service that uses qpid client + COM CoInitializeEx

2009-09-08 Thread nicolae claudius
This problem is only on Windows Vista, on XP works ok I have made an windows service that uses qpid client libraries to comunicate with a server. The service uses WMI to gather station usage information and send it to an upstream server. I noticed that any windows service that uses qpid client l

Error 1053 when starting any windows service that uses qpid client + COM CoInitializeEx

2009-09-08 Thread nicolae claudius
I have made an windows service that uses qpid client libraries to comunicate with a server. The service uses WMI to gather station usage information and send it to an upstream server. I noticed that any windows service that uses qpid client libraries and simultaneously calls CoInitializeEx(...)