Quote:
Originally Posted by CptSky
Qt is free if you use the LGPL license and not the commercial one.
|
Have you tried with the MSVC version compiler? I tried with MinG and MSVC, both compiles but the problem is something about not finding MySql driver every time when i try to debug on windows 8. I have the MySql drivers, even states that the drivers are available. After I try a few other versions of QT, it give me failed to load database. Pretty sure I installed it correctly, I installed QT then MySql community including the libraries where the MySql.dll and other dll is found(x32 bit version not x64). Copy and place them over to the QT bin folders, but not working. This is what stackoverflow and other sites recommended to do also. Also tried on Windows 10 different errors on the same MySql and QT versions. It can be the LastInsert(); function call problem also, but I'm not too sure never used QT or database connecting. If you got any idea, lmk please.