Quote:
Originally Posted by xk3n
did you try to run as admin?
look at this

|
The bot is running yes.
Nice job for using Qt, you can even do more beautiful UI with Qt

Here is a nice Qt UI in French but it is not a big issue I think in case you dont speak French
You can just build the customwindow the first time and make sure it builds correctly and then start to customize your bot (after saving it in git/svn...) using the customwindow headers.
Make sure to include the header in your "main.cpp"
Code:
#include <QtWidgets/QApplication>
#include "customwindow.h"
....
Also you can force people to run the bot in admin mode as Neuz is already running with admin priv.
Good luck!