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. Difference between DLL & Process ???

Difference between DLL & Process ???

Scheduled Pinned Locked Moved C / C++ / MFC
question
3 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.
  • A Offline
    A Offline
    amitmistry_petlad
    wrote on last edited by
    #1

    Hi All! What is the difference between DLL and process??? amit

    "Success lies not in the result , But in the efforts !!!!!" Amit Mistry - petlad -Gujarat-India

    P K 2 Replies Last reply
    0
    • A amitmistry_petlad

      Hi All! What is the difference between DLL and process??? amit

      "Success lies not in the result , But in the efforts !!!!!" Amit Mistry - petlad -Gujarat-India

      P Offline
      P Offline
      Programm3r
      wrote on last edited by
      #2

      Hi, DLL ==== 1.DLL is inprocess 2.In one windows Application, if any problem in DLL, just that specific form or part only will not work.but if any problem in Exe, entire application will not work. EXE ==== 1.Executable file 2.exe is outprocess An EXE can run independently, whereas DLL will run within an EXE. DLL is an in-process file and EXE is an out-process file for detail information plz look the below link http://dotnetspider.com/qa/Question34260.aspx http://dotnetspider.com/qa/Question36124.aspx http://dotnetspider.com/qa/Question17736.aspx http://dotnetspider.com/qa/Question12712.aspx Regards,


      The only programmers that are better than C programmers are those who code in 1's and 0's..... :) :)Programm3r My Blog: ^_^

      1 Reply Last reply
      0
      • A amitmistry_petlad

        Hi All! What is the difference between DLL and process??? amit

        "Success lies not in the result , But in the efforts !!!!!" Amit Mistry - petlad -Gujarat-India

        K Offline
        K Offline
        karle
        wrote on last edited by
        #3

        A dll is a dynamic library, a collection of functions and methods. This library kann be linked to an executable (.exe). Windows creates a process for each executable which is started. A process just exists in memory of your OS. A process has an Name and an ID (see task manager). A process executes code which ca reside in a dll.

        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