Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Integrating exiv2 with Qt
Forum Updated to NodeBB v4.3 + New Features

Integrating exiv2 with Qt

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
43 Posts 2 Posters 16.6k 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.
  • S Offline
    S Offline
    SGaist
    Lifetime Qt Champion
    wrote on 4 Nov 2016, 19:23 last edited by
    #32

    How did you build exiv2 ? With which compiler ?

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

    S 1 Reply Last reply 9 Nov 2016, 12:41
    0
    • S SGaist
      4 Nov 2016, 19:23

      How did you build exiv2 ? With which compiler ?

      S Offline
      S Offline
      saitej
      wrote on 9 Nov 2016, 12:41 last edited by
      #33

      @SGaist

      via mingw 32 make and make install

      1 Reply Last reply
      0
      • S Offline
        S Offline
        SGaist
        Lifetime Qt Champion
        wrote on 9 Nov 2016, 21:32 last edited by
        #34

        The same you installed with Qt ?

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

        S 1 Reply Last reply 10 Nov 2016, 06:21
        0
        • S SGaist
          9 Nov 2016, 21:32

          The same you installed with Qt ?

          S Offline
          S Offline
          saitej
          wrote on 10 Nov 2016, 06:21 last edited by
          #35

          @SGaist

          No I have installed from msys ... I will try installing with the mingw from QT and get back.

          S 1 Reply Last reply 10 Nov 2016, 08:36
          0
          • S saitej
            10 Nov 2016, 06:21

            @SGaist

            No I have installed from msys ... I will try installing with the mingw from QT and get back.

            S Offline
            S Offline
            saitej
            wrote on 10 Nov 2016, 08:36 last edited by saitej 11 Oct 2016, 08:36
            #36

            @SGaist

            I have tried installing with QT provided libraries (g++ and gcc) via Qt 5.6 mingw terminal but I get the same error.

            During startup program exited with code 0xc0000135

            1 Reply Last reply
            0
            • S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 10 Nov 2016, 12:37 last edited by
              #37

              Did you add the path to where the exiv2.dll can be found the PATH environment variable in the Run part of the Project panel ?

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

              S 1 Reply Last reply 11 Nov 2016, 11:53
              1
              • S SGaist
                10 Nov 2016, 12:37

                Did you add the path to where the exiv2.dll can be found the PATH environment variable in the Run part of the Project panel ?

                S Offline
                S Offline
                saitej
                wrote on 11 Nov 2016, 11:53 last edited by
                #38

                @SGaist

                Ya

                1 Reply Last reply
                0
                • S Offline
                  S Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on 11 Nov 2016, 23:18 last edited by
                  #39

                  Then can you copy it in the same folder as the application to be really sure it can be found ?

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

                  S 1 Reply Last reply 12 Nov 2016, 04:07
                  0
                  • S SGaist
                    11 Nov 2016, 23:18

                    Then can you copy it in the same folder as the application to be really sure it can be found ?

                    S Offline
                    S Offline
                    saitej
                    wrote on 12 Nov 2016, 04:07 last edited by
                    #40

                    @SGaist

                    I have actually tried building in the application folder using prefix option but that didn't work too :(

                    1 Reply Last reply
                    0
                    • S Offline
                      S Offline
                      SGaist
                      Lifetime Qt Champion
                      wrote on 12 Nov 2016, 21:55 last edited by
                      #41

                      Prefix option ?

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

                      S 1 Reply Last reply 14 Nov 2016, 05:41
                      0
                      • S SGaist
                        12 Nov 2016, 21:55

                        Prefix option ?

                        S Offline
                        S Offline
                        saitej
                        wrote on 14 Nov 2016, 05:41 last edited by saitej
                        #42

                        @SGaist

                        I have configured the application folder as the build path of exiv2 and built the library in the application folder itself. So I am sure it is in the path of the application.
                        ./configure --prefix="application dir path"

                        1 Reply Last reply
                        0
                        • S Offline
                          S Offline
                          SGaist
                          Lifetime Qt Champion
                          wrote on 14 Nov 2016, 07:48 last edited by
                          #43

                          Except that the .dll might be removed at any time if you cleanup the build dir of your application.

                          Put that .dll in a known location and either use it from there or copy it to the build dir of your application.

                          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
                          0

                          41/43

                          12 Nov 2016, 21:55

                          • Login

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