于鹏飞
于鹏飞
I got the same error on windows xp sp3. Here is the code ``` using FlaUI.Core; using FlaUI.UIA2; using System; namespace Demo { class Program { static void Main(string[] args)...
I think I got the solution. On Windows XP, this line should get CurrentBuildNumber, but it get CurrentBuild which is not a number https://github.com/FlaUI/FlaUI/blob/master/src/FlaUI.Core/Tools/OperatingSystem.cs#L132
I have read your code, and pretty impressive project, so many thanks. What I want to know is, have you considered to support other protocols such as MQTT?
I think I get the point. In older version of Qt, there is QSqlCachedResult initialization function, and there is no initialization function in Qt 5.8 QSqlCachedResult::QSqlCachedResult(const QSqlDriver * db): QSqlResult...
I set up a new QT project, and compile it using qmake, it is OK then. Thank you JieGuo.