I have created a program that monitors the clipboard for an image and it works fine, if only that where the end of it.
However I am required to have this programming running as a windows service and the code that works fine in the user environment doesn’t work when setup as a service.
The connect function for the clipboard returns true when setting up the signal for the dataChanged function however the slot is never called when the clipboard data changes.
Can anyone with a more in depth knowledge of Qt offer any help as to why the windows service version would not work when a standard executable does and furthermore if it’s possible to get the service to work as intended.
Thanks for any help you can provide.
↧