Here is in the attachement the full makefile
Here is in the attachement the full makefile
Did you delete everything in the mysql folder except those two files?
If so, then try taking out all references to MS SDK in your Makefile.debug. But now you will be really messing around- only do this as a last resort.
When is the last time you tried reinstalling Qt SDK?
btw: you shouldn't have to run the reimp tool, I just link the lib from mysql directly just as in the guide.
IsoArska (30th November 2009)
reinstalled about 2h ago and after that i took the references out didnt helpd and yes i have deleted all in that directory except thos 2
and i have used the lib without reimp but no use.
![]()
do i miss some dll's or do i have the wrong version of sdk the sdk is visual studio express version i did install 6.1 version and changed the debug directories but that didnt used at all
The strange thing is the references to MS SDK in your Makefile.debug. Don't know why they are in there. I also have VS express 2008 installed, plus the 6.0A SDK, yet my makefile.debug doesn't have any references to SDK.
Perhaps one of the gurus is kind enough to take a look at your problem - I don't have more suggestions... sorry.
hmm...could you send me your makefile.debug file ? maby it helps
attached zip file contains Makefile, Makefile.debug, Makefile.release.
hope it helps
IsoArska (1st December 2009)
¨WIPPII It Worked just changed the right directories and did reimp to libmysq.lib and copied liblibmysql.a to the qt mingw\lib directory
Thanks so much my 12h work wasnt wasted![]()
so it worked after you replaced directories from my Makefiles?
Good for you, but I would be cautious for future development. Something isn't right with your environment - just keep that in mind if you run into other build failures.
IsoArska (1st December 2009)
Bookmarks