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. import libs finger
Forum Updated to NodeBB v4.3 + New Features

import libs finger

Scheduled Pinned Locked Moved Solved General and Desktop
6 Posts 2 Posters 1.4k 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.
  • paesP Offline
    paesP Offline
    paes
    wrote on last edited by
    #1

    I have a problem debugging my project, I don't know if my settings is okay for DigitalPersona SDK (U.are.U 4000) and Qt c++ x86-msvc2015-5.8.0 but the problem is in .h files from dir: Include/ (...\digitalfinger\Include\dpFtrEx.h:83: error: C4430: falta el especificador de tipo; se presupone int. Nota: C++ no admite default-int)

    win32:LIBS += ../Lib/win32/DPFPApi.lib
    win32:LIBS += ../Lib/win32/DPFpUI.lib
    win32:LIBS += ../Lib/win32/dpHFtrEx.lib
    win32:LIBS += ../Lib/win32/dpHMatch.lib
    INCLUDEPATH = ../Include/

    and my dir
    -DigitalPersona/
    -- cpp and h files
    -Lib/
    -Include/

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

      hi
      Those DPFPApi.lib/DLL files. Those did you produce your self with the vs 2015 compiler or did it come with the SDK?
      if they came pre-compiled, are they for vs 2015 compiler?

      Also
      what does the actual line (with error ...\digitalfinger\Include\dpFtrEx.h:83) contains?
      Seems/sounds like something it dont like in .h file and not so much with LIB/dlls

      paesP 1 Reply Last reply
      0
      • paesP Offline
        paesP Offline
        paes
        wrote on last edited by
        #3
        This post is deleted!
        1 Reply Last reply
        0
        • mrjjM mrjj

          hi
          Those DPFPApi.lib/DLL files. Those did you produce your self with the vs 2015 compiler or did it come with the SDK?
          if they came pre-compiled, are they for vs 2015 compiler?

          Also
          what does the actual line (with error ...\digitalfinger\Include\dpFtrEx.h:83) contains?
          Seems/sounds like something it dont like in .h file and not so much with LIB/dlls

          paesP Offline
          paesP Offline
          paes
          wrote on last edited by
          #4

          @mrjj
          DPFPApi.lib comes with SDK
          that files contain method for Extraction and Initiation to display the fingerprint image, and also comes with SDK

          mrjjM 1 Reply Last reply
          0
          • paesP paes

            @mrjj
            DPFPApi.lib comes with SDK
            that files contain method for Extraction and Initiation to display the fingerprint image, and also comes with SDK

            mrjjM Offline
            mrjjM Offline
            mrjj
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @paes
            well it seems not to be undefined ( link error) so it must be something else

            Can you show the code line that it do not like?

            paesP 1 Reply Last reply
            0
            • mrjjM mrjj

              @paes
              well it seems not to be undefined ( link error) so it must be something else

              Can you show the code line that it do not like?

              paesP Offline
              paesP Offline
              paes
              wrote on last edited by
              #6

              @mrjj
              I solved it.
              I just had to include and sort a header --dpRCodes.h , but anyways Thank you for answering me.

              #include "dpRCodes.h"
              #include "dpDefs.h"
              #include "DPDevClt.h"
              #include "dpFtrEx.h"
              #include "dpMatch.h"
              #include "DPDevClt.h"

              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