I'm building client/server apllication on QT. I just want user to execute only one application per a machine. I've heard MUTEX can be used for those kind of situation. Does anyone get some tips on MUTEX or anything else? Thanks.
+2
A:
Try QtSingleApplication: http://qt.nokia.com/products/appdev/add-on-products/catalog/4/Utilities/qtsingleapplication - works fairly well.
cheez
2009-11-11 15:26:44
QtSingleApplication also let's you send messages to the running instance.
Federico
2009-11-17 11:13:44
I added it and i'm trying. Thanks for your help.
KIM
2009-11-18 08:02:55