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. Integration of QT 5.2 with ITK 4.5
Qt 6.11 is out! See what's new in the release blog

Integration of QT 5.2 with ITK 4.5

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.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.
  • A Offline
    A Offline
    achyuth
    wrote on last edited by
    #1

    Hi,

    I am developing a project using QT and ITK to work on DICOM images. I went through the following steps for this

    1. download cmake and ITK 4.5.1
    2. include ITK into QT and then build using cmake
    3. create a new QT project and included ITK using cmakelists.txt

    I am able to include ITK libraries into my source code but when i try to run the project i get several errors related to "mismatch detected for '_ITERATOR_DEBUG_LEVEL' value 2 doesn't exist...." in various .lib files. Can anyone help me resolve this issue. Also for compiling i generated nmake files. Is this something related to visual studio compiler or is it a different compiler?. Also any idea which is the best way to work with dicom images for qt. (My requirements are like loading a DICOM image on QT GUI and capture mouse click events and then process the DICOM image at these places)

    1 Reply Last reply
    0
    • B Offline
      B Offline
      butterface
      wrote on last edited by
      #2

      For the iterator debug level thing you have to make sure that all your projects are compiled with the same build type like release or debug.

      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