Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Integrating a Library into a VC++ Project

Integrating a Library into a VC++ Project

Scheduled Pinned Locked Moved C / C++ / MFC
c++tutorialhtmlcryptographyhelp
5 Posts 3 Posters 0 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
    bigdenny200
    wrote on last edited by
    #1

    Hello guys, I need to use the: The Pairing-Based Cryptography Library(http://crypto.stanford.edu/pbc/download.html), for one of my projects. And the problem is that I dont know how to integrate it into my existing project; the web-site doesnt provide any manuals for this either. I know how to integrate pure classes(.cpp, .h) files into my project, but not libraries. Does anybody know any good tutorial for this ? Thanks !

    N C 2 Replies Last reply
    0
    • B bigdenny200

      Hello guys, I need to use the: The Pairing-Based Cryptography Library(http://crypto.stanford.edu/pbc/download.html), for one of my projects. And the problem is that I dont know how to integrate it into my existing project; the web-site doesnt provide any manuals for this either. I know how to integrate pure classes(.cpp, .h) files into my project, but not libraries. Does anybody know any good tutorial for this ? Thanks !

      N Offline
      N Offline
      Nelek
      wrote on last edited by
      #2

      Project -> Add to project... Change the extension to be able to find Libs, select it and ok.

      Greetings. -------- M.D.V. If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you ;)

      B 1 Reply Last reply
      0
      • B bigdenny200

        Hello guys, I need to use the: The Pairing-Based Cryptography Library(http://crypto.stanford.edu/pbc/download.html), for one of my projects. And the problem is that I dont know how to integrate it into my existing project; the web-site doesnt provide any manuals for this either. I know how to integrate pure classes(.cpp, .h) files into my project, but not libraries. Does anybody know any good tutorial for this ? Thanks !

        C Offline
        C Offline
        Cedric Moonen
        wrote on last edited by
        #3

        Which IDE are you using ? For VC2005, open the project properties -> "Linker" -> "Input" and in the field "Additional Dependencies" put the name of your library (with the full path). You can also put the path in "Linker" -> "General" -> "Additional Library Directories".


        Cédric Moonen Software developer
        Charting control [v1.2]

        B 1 Reply Last reply
        0
        • N Nelek

          Project -> Add to project... Change the extension to be able to find Libs, select it and ok.

          Greetings. -------- M.D.V. If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you ;)

          B Offline
          B Offline
          bigdenny200
          wrote on last edited by
          #4

          Thanks Nelek !

          1 Reply Last reply
          0
          • C Cedric Moonen

            Which IDE are you using ? For VC2005, open the project properties -> "Linker" -> "Input" and in the field "Additional Dependencies" put the name of your library (with the full path). You can also put the path in "Linker" -> "General" -> "Additional Library Directories".


            Cédric Moonen Software developer
            Charting control [v1.2]

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

            Thanks Cedric, I am using VS2005, and I will try what you suggested later. Thanks !

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups