Code::Blocks Forums
User forums => Help => Topic started by: Zamp on July 18, 2009, 08:00:00 pm
-
I just installed Code::Blocks, and then I installed all the Qt libraries, but I can't get it to work. At first when I ran a program it said something like "Cannot find QtCore4.dll", so I put that file in my system32 folder. Now when I try running programs, I get this error: http://i31.tinypic.com/16gdp4.png
What can I do to fix that? If it matters, I'm using Windows 7 x64.
-
The most common cause of this problem is when the development version of the library is accessed instead of the one meant for stand-alone releases. Make sure to use the distribution copies in \\qt\bin.
-
How do I know which version is in qt\bin?