Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt 64 bits application
Forum Updated to NodeBB v4.3 + New Features

Qt 64 bits application

Scheduled Pinned Locked Moved Solved Installation and Deployment
24 Posts 4 Posters 1.8k Views 2 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.
  • P Offline
    P Offline
    Pierre-Emmanuel
    wrote on last edited by
    #21

    I have found it !!!!!

    Thank you @jsulm for this info, it solved the new problems I was facing !

    The problem was coming from the fact that Qt Creator does not search recursively in the folders.

    In the PATH environment variable, I had the following path <matlab_folder>\R2022b\bin registered. But the missing dlls were in <matlab_folder>\R2022b\bin\win64 ...

    Once I updated the PATH in Qt Creator, I could run the application as before !!

    Thank you very much guys, you all have been of great help !

    On my side the problem is solved, I will also update the matlab forum.

    Have a very good week,
    Pierre-Emmanuel

    SGaistS 1 Reply Last reply
    0
    • P Pierre-Emmanuel

      I have found it !!!!!

      Thank you @jsulm for this info, it solved the new problems I was facing !

      The problem was coming from the fact that Qt Creator does not search recursively in the folders.

      In the PATH environment variable, I had the following path <matlab_folder>\R2022b\bin registered. But the missing dlls were in <matlab_folder>\R2022b\bin\win64 ...

      Once I updated the PATH in Qt Creator, I could run the application as before !!

      Thank you very much guys, you all have been of great help !

      On my side the problem is solved, I will also update the matlab forum.

      Have a very good week,
      Pierre-Emmanuel

      SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #22

      @Pierre-Emmanuel Glad you found out but it has nothing to do with Qt Creator, that's how the PATH environment variable works on Windows.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • P Offline
        P Offline
        Pierre-Emmanuel
        wrote on last edited by
        #23

        Maybe or maybe not ?

        I mean, I had something working with Qt 5.15 (I don't remember Qt Creator version at that moment), I did not change my PATH environment variable, and when I upgraded to Qt 6.8.1, it was not working anymore.

        I thought Qt would search recursively in the folders registered in the PATH and I was wrong.

        Thank you for your help,

        Have a nice day,
        Pierre-Emmanuel

        JonBJ 1 Reply Last reply
        0
        • P Pierre-Emmanuel has marked this topic as solved on
        • P Pierre-Emmanuel

          Maybe or maybe not ?

          I mean, I had something working with Qt 5.15 (I don't remember Qt Creator version at that moment), I did not change my PATH environment variable, and when I upgraded to Qt 6.8.1, it was not working anymore.

          I thought Qt would search recursively in the folders registered in the PATH and I was wrong.

          Thank you for your help,

          Have a nice day,
          Pierre-Emmanuel

          JonBJ Online
          JonBJ Online
          JonB
          wrote on last edited by JonB
          #24

          @Pierre-Emmanuel said in Qt 64 bits application:

          Maybe or maybe not ?

          Not "maybe". Creator (nor Qt itself) has nothing to do with runtime searching for libraries/DLLs for an executable. That is done by the OS/Windows, and that requires them to be found on either PATH or in the same directory as the executable. This would also be the case if you ran your program quite outside of Creator. No OS searches PATH recursively (would be too slow and too dangerous). So something has changed between your Qt5/6 or its environment.

          1 Reply Last reply
          2

          • Login

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