DLL and Process Space

V

varadha

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
 
A

Attila Feher

varadha said:
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.

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:

http://www.slack.net/~shiva/welcome.txt
 
M

Michael Winter

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

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

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,679
Members
48,796
Latest member
Greg L.

Latest Threads

Top