Code::Blocks Forums

User forums => Help => Topic started by: Zamp on July 18, 2009, 08:00:00 pm

Title: How can I use Qt with Code::Blocks on Windows?
Post 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.
Title: Re: How can I use Qt with Code::Blocks on Windows?
Post by: Deathbrush on August 14, 2009, 07:48:05 am
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.
Title: Re: How can I use Qt with Code::Blocks on Windows?
Post by: Zamp on August 31, 2009, 02:23:15 am
How do I know which version is in qt\bin?