Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. 0x0000135;DLL not found build error.

0x0000135;DLL not found build error.

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 350 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Pada_
    wrote on last edited by
    #1

    You are using Windows 8 64bit with Qt5.4.2. As a result of downloading and debugging open source, the error is called as soon as it starts. The error is 00x0000135 DLL not found. Is it because DLL is not registered in the system? Should I put the DLL in the build folder?

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by mrjj
      #2

      Hi
      We cant guess that.
      Please show the .pro file

      If it uses an external DLL. you must likely have to put it in the build folder
      so it can be found.

      If you have a link to the open source, it might also be helpful.

      P 1 Reply Last reply
      2
      • mrjjM mrjj

        Hi
        We cant guess that.
        Please show the .pro file

        If it uses an external DLL. you must likely have to put it in the build folder
        so it can be found.

        If you have a link to the open source, it might also be helpful.

        P Offline
        P Offline
        Pada_
        wrote on last edited by Pada_
        #3

        @mrjj

        I want to run the open source provided here http://www.xpdfreader.com/. In Windows.

        freetype.dll
        zlib.dll
        libpng.dll

        Where can I put in the build folder?

        Runs on qt with cmakelist, no .pro files are visible.

        jsulmJ 1 Reply Last reply
        0
        • P Pada_

          @mrjj

          I want to run the open source provided here http://www.xpdfreader.com/. In Windows.

          freetype.dll
          zlib.dll
          libpng.dll

          Where can I put in the build folder?

          Runs on qt with cmakelist, no .pro files are visible.

          jsulmJ Online
          jsulmJ Online
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Pada_ Please take a look at INSTALL file included in the sources: it describes how to build for Windows.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          3

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved