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. how to solve Cryptopp error when trying to include
Qt 6.11 is out! See what's new in the release blog

how to solve Cryptopp error when trying to include

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

    I am trying to use the CryptoPP library in MSVC2019 64, I have created a cryptlib.lib file from Visual studio, but this fails to include when in qt creator, how to solve it?

    Screenshot 2024-07-10 012841.jpg
    Screenshot 2024-07-10 013218.jpg

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

      Hi,

      You need to rebuild that library to use the dynamic visual studio runtime as well as make a debug build.
      To make to life simpler:

      • build it in debug and release mode
      • use the dynamic vs runtime

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

      B 1 Reply Last reply
      1
      • SGaistS SGaist

        Hi,

        You need to rebuild that library to use the dynamic visual studio runtime as well as make a debug build.
        To make to life simpler:

        • build it in debug and release mode
        • use the dynamic vs runtime
        B Offline
        B Offline
        Blackzero
        wrote on last edited by
        #3

        @SGaist Does it change MT to MDd?Screenshot 2024-07-10 014614.jpg

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          AFAIR yes

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

          B 1 Reply Last reply
          0
          • SGaistS SGaist

            AFAIR yes

            B Offline
            B Offline
            Blackzero
            wrote on last edited by
            #5

            @SGaist oke thanks

            1 Reply Last reply
            0
            • B Blackzero has marked this topic as solved on

            • Login

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