after a fight full of blood and tears, I sought my master in the other side of the kingdom(another programmer who has way more experience than me, and was moved to a branch a little far from my working place). He decided to help me and with his help, we slashed the dragons head (compiled the plugin). Now, with the dragon head on my hands, where do I find the magic potion?(I tried to list the drivers to see if it was correctly installed but the PSQL driver doesn`t appears)
here is how I`m looking for the potion:
Qt Code:
for(int i = 0;i<test.count();i++){ qDebug()<<test[i]; }To copy to clipboard, switch view to plain text mode
(Today I woke up been smashed by a D&D book, that may be why I`m writing like this......)
long story short:
we compiled the plugin, 4 files were created at "C:\Qt\2010.05\qt\plugins\sqldrivers"
qsqlpsqld4.dll, qsqlpsql4.dll, libqsqlpsqld4.a and libqsqlpsqld5.a
now I`m trying to use the driver but it says its not found.
how does I make qt learn its existence/install it?
Last updates XD:
I used http://www.dependencywalker.com/ to find the missing .dll of my psql plugin, I added them to the sqldrivers folder and now it only gives me this error log:
Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
Error: Modules with different CPU types were found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
I`m using a windows 7 - 64bits
another note, I used dependencywalker on the qsqlite4.dll and it gives me exatly the same error log, but its present on the loaded drivers list.....why!? why!? why!?
Bookmarks