DLL and Process Space

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • varadha

    DLL and Process Space


    Hi,

    I am using LoadLibrary to load a DLL.

    In my application i am loading MyDll.dll twice using LoadLibrary. In
    this case is the datavariables in each case will be allocated seperately
    or same datavariables will be shared by both.



    -Thanks in Advance

    Varadha


    --
    Posted via http://dbforums.com
  • Attila Feher

    #2
    Re: DLL and Process Space

    varadha wrote:[color=blue]
    > Hi,
    >
    > I am using LoadLibrary to load a DLL.
    >
    > In my application i am loading MyDll.dll twice using LoadLibrary. In
    > this case is the datavariables in each case will be allocated
    > seperately or same datavariables will be shared by both.[/color]

    DLLs are not covered by the standard C++ language, the topic of this
    newsgroup. You will need to post your qustion to a newsgroup dedicated to
    Windows programming. Read this for pointers:



    --
    Attila aka WW


    Comment

    • Michael Winter

      #3
      Re: DLL and Process Space

      "varadha" wrote on 22 Sept 03:[color=blue]
      >
      > Hi,
      >
      > I am using LoadLibrary to load a DLL.
      >
      > In my application i am loading MyDll.dll twice using LoadLibrary. In
      > this case is the datavariables in each case will be allocated[/color]
      seperately[color=blue]
      > or same datavariables will be shared by both.
      >
      >
      >
      > -Thanks in Advance
      >
      > Varadha
      >
      >
      > --
      > Posted via http://dbforums.com[/color]

      As Attila as already said, this is off-topic. I've sent your post to
      comp.os.ms-windows.program mer.win32 and made my own reply there.

      Mike

      --
      Michael Winter
      M.Winter@[no-spam]blueyonder.co.u k (remove [no-spam] to reply)


      Comment

      Working...