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. Procedural entry point not found

Procedural entry point not found

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
5 Posts 2 Posters 551 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.
  • D Offline
    D Offline
    dittelund
    wrote on last edited by
    #1

    I tried to update my Qt project from 5.13.2 to 5.15.0 but now when I build i get the following error:

    Der Prozedureinsprungpunkt "??4QLinearGradient@@QEAAAEAV0@$$QEAV0@@Z" wurde in der DLL "C:..\debug\plplot.dll" nicht gefunden.

    Roughly translated:

    The procedural entry point "??4QLinearGradient@@QEAAAEAV0@$$QEAV0@@Z" was not found in the DLL "C:..\debug\plplot.dll".

    Does anyone have a clue what the problem is?
    Current Plplot version is 5.14.0

    Thanks in advance
    dittelund

    jsulmJ 1 Reply Last reply
    0
    • D dittelund

      I tried to update my Qt project from 5.13.2 to 5.15.0 but now when I build i get the following error:

      Der Prozedureinsprungpunkt "??4QLinearGradient@@QEAAAEAV0@$$QEAV0@@Z" wurde in der DLL "C:..\debug\plplot.dll" nicht gefunden.

      Roughly translated:

      The procedural entry point "??4QLinearGradient@@QEAAAEAV0@$$QEAV0@@Z" was not found in the DLL "C:..\debug\plplot.dll".

      Does anyone have a clue what the problem is?
      Current Plplot version is 5.14.0

      Thanks in advance
      dittelund

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @dittelund Delete build folder, run qmake and build.
      You probably have build artefacts built with 5.13.2

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

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

        @jsulm hm that does not seem to work :/
        There is still the same error.
        I still have 5.13.2. installed in parallel, just changed the environment path variables. Is that a problem?

        jsulmJ 1 Reply Last reply
        0
        • D dittelund

          @jsulm hm that does not seem to work :/
          There is still the same error.
          I still have 5.13.2. installed in parallel, just changed the environment path variables. Is that a problem?

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

          @dittelund said in Procedural entry point not found:

          environment path variables

          Which exactly and how/why do you set them?

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

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

            A Path to the msvc2019 binary files and the QtDir variable to the Qt directory.

            (Sorry can only post every 10mins as new user)

            1 Reply Last reply
            1

            • Login

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