Problem communicating between DLLs

A

arunaling

Hi all,

I am trying to communicate between two DLLs. For simplicity let me
call this as DLL1 and DLL2.

DLL1 has some exported functions which are accessed in DLL2. In DLL2
calls are made to exported functions which allocate memory, fill in the
data to the allocated memory and also to deallocate memory.

At the exit of DLL2 when everything is done, I can see memory leaks in
DLL2. Basically DLL2 has UI components, which picks up the data from
DLL1 and fills in. Though I am deallocating memory, what is the reason
for seeing these memory leaks.

Can someone please help me with this.

Regards,
Aruna
 
I

Ian Collins

Hi all,

I am trying to communicate between two DLLs. For simplicity let me
call this as DLL1 and DLL2.
Wrong group, try a windows programming one.
 

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,678
Members
48,796
Latest member
Greg L.

Latest Threads

Top