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 share one dll with multiple instance

how to share one dll with multiple instance

Scheduled Pinned Locked Moved C / C++ / MFC
tutorial
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.
  • R Offline
    R Offline
    Rajesh match
    wrote on last edited by
    #1

    i need to know how to share on Dll with multiple client any link or tutorial which focus on these isuue would be appreciated thanx

    D 1 Reply Last reply
    0
    • R Rajesh match

      i need to know how to share on Dll with multiple client any link or tutorial which focus on these isuue would be appreciated thanx

      D Offline
      D Offline
      DimpleSurana
      wrote on last edited by
      #2

      Do you have access to the DLL code. If yes i cud give u pointers. Else try to find out if the dll is thread safe where multiple client can access it :) Dimple

      R 1 Reply Last reply
      0
      • D DimpleSurana

        Do you have access to the DLL code. If yes i cud give u pointers. Else try to find out if the dll is thread safe where multiple client can access it :) Dimple

        R Offline
        R Offline
        Rajesh match
        wrote on last edited by
        #3

        Thanx 4 reply dimple i refered one book where i read,u can share the dll with memory mapping to access multiple client like #pragma dat_seg() but i no idea how to implement that one. can give me some idea thanx

        D 1 Reply Last reply
        0
        • R Rajesh match

          Thanx 4 reply dimple i refered one book where i read,u can share the dll with memory mapping to access multiple client like #pragma dat_seg() but i no idea how to implement that one. can give me some idea thanx

          D Offline
          D Offline
          DimpleSurana
          wrote on last edited by
          #4

          this sounds real interesting let me know how u do it if u do get the answer. in my case i had to add a class to the dll code & create objects for each new client & maintain a map of those objects :)

          M 1 Reply Last reply
          0
          • D DimpleSurana

            this sounds real interesting let me know how u do it if u do get the answer. in my case i had to add a class to the dll code & create objects for each new client & maintain a map of those objects :)

            M Offline
            M Offline
            Mike Beckerleg
            wrote on last edited by
            #5

            Try looking at this: http://www.codeproject.com/dll/data\_seg\_share.asp Mike

            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