Re: [Development] QtService and ActiveQt combination

2014-05-21 Thread Fricot, Daniel
Behalf Of Fricot, Daniel Sent: dinsdag 20 mei 2014 13:56 To: development@qt-project.org Subject: Re: [Development] QtService and ActiveQt combination I managed to get the ActiveX out-of-process server (ActiveQt) running as a service but as soon as I want to actually get a COM object in my appl

Re: [Development] QtService and ActiveQt combination

2014-05-20 Thread Fricot, Daniel
I managed to get the ActiveX out-of-process server (ActiveQt) running as a service but as soon as I want to actually get a COM object in my application, a new server is started next to the one running as a service. Assuming ActiveQt and QtService don't play nice together, I tried a different ap

[Development] QtService and ActiveQt combination

2014-05-13 Thread Fricot, Daniel
Hi, I can create a QtService (from qt-solutions) or I can create an ActiveQt server. However, I am unable to combine them together as an ActiveQt server, running as a Windows service. (Un)install the service, (un)register the ActiveX components and run as console application all works but starti