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. how to use the dll?

how to use the dll?

Scheduled Pinned Locked Moved C / C++ / MFC
c++comhelptutorialquestion
4 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.
  • E Offline
    E Offline
    ewighell
    wrote on last edited by
    #1

    I downloaded the files in the following page, one of which is a .dll file, but I don't know how to use it. http://www.codeproject.com/useritems/MathParser.asp?df=100&forumid=203440&select=1467485&msg=1467485[^] can anybody help me? Thank you very much!!! ------------------- I am learning C++ and English

    A R 2 Replies Last reply
    0
    • E ewighell

      I downloaded the files in the following page, one of which is a .dll file, but I don't know how to use it. http://www.codeproject.com/useritems/MathParser.asp?df=100&forumid=203440&select=1467485&msg=1467485[^] can anybody help me? Thank you very much!!! ------------------- I am learning C++ and English

      A Offline
      A Offline
      Amar Sutar
      wrote on last edited by
      #2

      Search in the MSDN for following functions: 1. LoadLibrary : Loading the library in the process 2. GetProcAddress : Get the address of a function 3. FreeLibrary : Un-mapped the library Regards Amar.:)

      E 1 Reply Last reply
      0
      • A Amar Sutar

        Search in the MSDN for following functions: 1. LoadLibrary : Loading the library in the process 2. GetProcAddress : Get the address of a function 3. FreeLibrary : Un-mapped the library Regards Amar.:)

        E Offline
        E Offline
        ewighell
        wrote on last edited by
        #3

        Thank you very much!!! ------------------- I am learning C++ and English

        1 Reply Last reply
        0
        • E ewighell

          I downloaded the files in the following page, one of which is a .dll file, but I don't know how to use it. http://www.codeproject.com/useritems/MathParser.asp?df=100&forumid=203440&select=1467485&msg=1467485[^] can anybody help me? Thank you very much!!! ------------------- I am learning C++ and English

          R Offline
          R Offline
          Ryan Binns
          wrote on last edited by
          #4

          You need to add it as a reference to your project.

          Ryan

          "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

          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