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. Confusions related to Dll.

Confusions related to Dll.

Scheduled Pinned Locked Moved C / C++ / MFC
questioncom
4 Posts 4 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.
  • N Offline
    N Offline
    Nilesh Hamane
    wrote on last edited by
    #1

    Can anyone tell me what is the main purpose of Dll? As we can get the data from Dll, can we put the data in Dll? I am not talking about code, talking about single Dll. If you know about Dll then please share your knowledge..

    http://nnhamane.googlepages.com/

    S T 2 3 Replies Last reply
    0
    • N Nilesh Hamane

      Can anyone tell me what is the main purpose of Dll? As we can get the data from Dll, can we put the data in Dll? I am not talking about code, talking about single Dll. If you know about Dll then please share your knowledge..

      http://nnhamane.googlepages.com/

      S Offline
      S Offline
      SandipG
      wrote on last edited by
      #2

      May be this[^] and this[^] help.

      Regards, Sandip.

      1 Reply Last reply
      0
      • N Nilesh Hamane

        Can anyone tell me what is the main purpose of Dll? As we can get the data from Dll, can we put the data in Dll? I am not talking about code, talking about single Dll. If you know about Dll then please share your knowledge..

        http://nnhamane.googlepages.com/

        T Offline
        T Offline
        tasumisra
        wrote on last edited by
        #3

        Dll is nothing but a reusable code.. its a dead thing it need to invoke from some where .. by it self DLL cant do anything. dll can be in any language that supports Pointer Functionality. Dll is used to process the data Dll is used to apply Business logic Dll can be called from any place. can you please specify what exactly you are looking here in some specific manner???

        vikas da

        1 Reply Last reply
        0
        • N Nilesh Hamane

          Can anyone tell me what is the main purpose of Dll? As we can get the data from Dll, can we put the data in Dll? I am not talking about code, talking about single Dll. If you know about Dll then please share your knowledge..

          http://nnhamane.googlepages.com/

          2 Offline
          2 Offline
          224917
          wrote on last edited by
          #4

          Nilesh Hamane wrote:

          Can anyone tell me what is the main purpose of Dll?

          Consider you know some function that can be helpful to other programmers and, they are ready to pay you for it, so how would you prefer to give it? you can give your source code, os a better option would be to compile your code as a dll and then sell, because the dll after compilation gets converted to machine code.

          Nilesh Hamane wrote:

          As we can get the data from Dll, can we put the data in Dll?

          This is not the purpose of dlls, you should use files or databases for storing your application data.

          -Suhredayan

          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