Author Topic: QtCore4.dll  (Read 9242 times)

Offline instantcake

  • Single posting newcomer
  • *
  • Posts: 3
QtCore4.dll
« on: January 02, 2010, 04:06:16 pm »
*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.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7590
    • My Best Post
Re: QtCore4.dll
« Reply #1 on: January 02, 2010, 04:17:04 pm »
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++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline instantcake

  • Single posting newcomer
  • *
  • Posts: 3
Re: QtCore4.dll
« Reply #2 on: January 02, 2010, 04:19:58 pm »
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
« Last Edit: January 02, 2010, 04:33:29 pm by instantcake »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7590
    • My Best Post
Re: QtCore4.dll
« Reply #3 on: January 02, 2010, 04:37:37 pm »
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++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline instantcake

  • Single posting newcomer
  • *
  • Posts: 3
Re: QtCore4.dll
« Reply #4 on: January 02, 2010, 04:39:17 pm »
I'm not making dll's mingw's dll is just messing up

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: QtCore4.dll
« Reply #5 on: January 02, 2010, 04:49:24 pm »
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 !