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. QT Creator + MSVC2015_64bit + cURL

QT Creator + MSVC2015_64bit + cURL

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 2 Posters 836 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.
  • C Offline
    C Offline
    Creeky
    wrote on last edited by
    #1

    Hi Chaps,

    Wondering if you might be able to help me out here; in a bit of a pickle.

    I'm working on a project which has multiple external binaries (some of my own CUDA libraries and some BOOST libraries).

    I'm trying to include cURL in my project but I have found that whenever I add the library, and call upon the functions I get an "Unexpected CDB Exit" error stating that "The CDB process terminated."

    I build all of my libraries with MSVC2015 in 64bit. The offending code is definitely the inclusion of cURL as when I exclude it, it all runs fine.

    I compiled cURL with the same compiler in release (all libraries are 64 bit).

    Any thoughts on what may be causing this?

    Thanks!

    1 Reply Last reply
    0
    • C Offline
      C Offline
      Creeky
      wrote on last edited by
      #2

      To add more info, specifically adding the line curl_global_init(CURL_GLOBAL_ALL); is what causes the CDB termination error.

      1 Reply Last reply
      0
      • Paul H.P Offline
        Paul H.P Offline
        Paul H.
        wrote on last edited by
        #3

        My first thought is a missing dll. Are your cURL libraries in your path?

        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