News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

QtCore4.dll

Started by instantcake, January 02, 2010, 04:06:16 PM

Previous topic - Next topic

instantcake

*I know there is another topic about this but It didn't help me*

Whenever I try to compile a Qt program it says "The application failed to start because QtCore4.dll was not found "

I added all the lib files into my linker settings, and QtCore4 too, but the error message keeps popping up.

stahta01

Try copying the missing DLL QtCore4.dll  to the same folder as the exe.

The DLL must either be in the application folder or in one of the folders in the search path.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

instantcake

#2
I coppied the dll's into the mingw compiler, and it compiled but now it says libgcc_s_dw2-1.dll is missing, but i think that's mingw's fault. thank you

stahta01

Please find a basic programming site and read up on how to use DLLs under Windows.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

instantcake

I'm not making dll's mingw's dll is just messing up

Jenna

Tim doesn't mean you should learn how to build dll's, but how to use them.

This is not a C::B issue, but a lack of knowledge how dll's are used on windows, thus violating our forum rules.

Topic locked !