opening same dll twice

T

trooper

I have a situation where an application is present in the form of one
dll. The interface to the application is an api. The code update some
global data structures. This dll comes as third party tool.

Now, I want two such sub-systems to run in my application. For this I
need two separate contexts of the same dll. Is it possible to re-open
the same dll twice, so that two memory areas will be allocated to the
differently allocated dlls, which helps me run the same code in two
contexts.
 
S

santosh

trooper said:
I have a situation where an application is present in the form of one
dll.

<snip>

This group deals only with ISO C that has no concept of DLLs. Try a
Windows group like comp.os.ms-windows.programmer.win32 or one of the
microsoft.* groups.
 
F

Flash Gordon

trooper wrote, On 06/03/07 11:17:
oho to add, I need such thing in linux ..

What makes you think Linux will be any more topical than Windows? I know
you saw Santosh's reply since you are replying to it.
 
C

CBFalconer

trooper said:
.... snip ...

Now, I want two such sub-systems to run in my application. For
this I need two separate contexts of the same dll. Is it possible
to re-open the same dll twice, so that two memory areas will be
allocated to the differently allocated dlls, which helps me run
the same code in two contexts.

What's a dll? "grep dll /stds/n869.txt" produces no output.

--
<http://www.cs.auckland.ac.nz/~pgut001/pubs/vista_cost.txt>
<http://www.securityfocus.com/columnists/423>

"A man who is right every time is not likely to do very much."
-- Francis Crick, co-discover of DNA
"There is nothing more amazing than stupidity in action."
-- Thomas Matthews
 
J

Joachim Schmitz

Richard said:
Try google.
What CBFalconer was trying to tell trooper in his inimitable way is that
DLLs are off-topic in this group, as they're not part of the C standard.

Bye, Jojo
 
M

Mark McIntyre

Try google.

*whoosh*.
--
Mark McIntyre

"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it."
--Brian Kernighan
 
K

Kenny McCormack

What CBFalconer was trying to tell trooper in his inimitable way is that
DLLs are off-topic in this group, as they're not part of the C standard.

No shit, Sherlock?

(aka) Whoosh!!
 

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