Re: [Development] QtService and ActiveQt combination

2014-05-21 Thread Fricot, Daniel
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 application, a new

Re: [Development] QtService and ActiveQt combination

2014-05-20 Thread Fricot, Daniel
: Fricot, Daniel Sent: dinsdag 13 mei 2014 14:48 To: 'development@qt-project.org' Subject: QtService and ActiveQt combination 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

[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

Re: [Development] ActiveQt AxServer with CMake

2014-02-13 Thread Fricot, Daniel
: Robert Knight [mailto:robertkni...@gmail.com] Sent: woensdag 12 februari 2014 16:48 To: Fricot, Daniel Cc: development@qt-project.org Subject: Re: [Development] ActiveQt AxServer with CMake Has anyone managed to create an ActiveQt server with CMake? To clarify, is the problem with running the IDC

Re: [Development] ActiveQt AxServer with CMake

2014-02-13 Thread Fricot, Daniel
[mailto:development-bounces+daniel.fricot=barco@qt-project.org] On Behalf Of Thomas Sondergaard Sent: donderdag 13 februari 2014 14:21 To: development@qt-project.org Subject: Re: [Development] ActiveQt AxServer with CMake On 2014-02-13 13:47, Fricot, Daniel wrote: Rob, Your cmake snippet is basically what I

[Development] ActiveQt AxServer with CMake

2014-02-12 Thread Fricot, Daniel
Hi, Has anyone managed to create an ActiveQt server with CMake? I got it working with qmake but we need to do this with CMake. I also tried idc manually after CMake but then I keep getting the error: QObject::startTimer: Timers can only be used with threads started with QThread IDL generation

[Development] Qt 5.1 with DBus on Windows 7, 64bit, Visual Studio 2012

2013-08-01 Thread Fricot, Daniel
Dear team, Most of our Qt projects are Linux based and use DBus. We now have a project on Windows 7. To reuse our code, we are investigating the use of DBus on Windows. As QtDBus is not part of the Qt 5.1 Windows binaries, I managed to get everything build from source - including QtDBus. I have