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. [Resolved] Qt, Windows... many problems...
Forum Updated to NodeBB v4.3 + New Features

[Resolved] Qt, Windows... many problems...

Scheduled Pinned Locked Moved General and Desktop
6 Posts 2 Posters 2.2k Views 1 Watching
  • 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.
  • D Offline
    D Offline
    dcbasso
    wrote on last edited by
    #1

    Well...
    I try compile the application on Windows.
    When I click on "Run" on QtCreator, the application works fine, very fine...
    But when I try to run the "Application.exe" I got some error, asking for some .dll files. So I put all missing .dll files in the same folder as my "Application.exe" is, but I'm got another error:

    Google translate:
    @
    Could not locate the procedure entry point _ZN31QNonContinuousByteDeviceFactory6createEP11RingBuffer in the dynamic link library QtCored4.dll
    @

    In portuguese:
    @
    Não foi possível localizar o ponto de entrada do procedimento _ZN31QNonContinuousByteDeviceFactory6createEP11RingBuffer na biblioteca de vínculo dinâmico QtCored4.dll
    @

    What's that means? I have no idea how to solve my problem!!!

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dmcr
      wrote on last edited by
      #2

      Hello,
      the d at the end of the dll means that you are running your programme in debug mode, which is often not correct.
      So it is advisable to build in release mode and to put Qtcore4.dll.
      dmcr

      dmcr

      1 Reply Last reply
      0
      • D Offline
        D Offline
        dcbasso
        wrote on last edited by
        #3

        yes, I'm running and compiling on debug mode!
        I will try to compile on release mode to check if this error disappears and using the release dll files!

        1 Reply Last reply
        0
        • D Offline
          D Offline
          dcbasso
          wrote on last edited by
          #4

          OK everything working with Release compilation, but I think the the error on qtcore4d.dll is that I'm using the wrong version for desktop, on something like this!

          1 Reply Last reply
          0
          • D Offline
            D Offline
            dcbasso
            wrote on last edited by
            #5

            OK works allmost all, just on splashscreen it's not loading a imagem from resources.

            1 Reply Last reply
            0
            • D Offline
              D Offline
              dmcr
              wrote on last edited by
              #6

              ok !

              dmcr

              1 Reply Last reply
              0

              • Login

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