CCC
December 14th, 2004, 01:15 AM
Hi
I am working in vc++. I have a library(dll) and a Test application(.exe) which uses this .lib file. I have a function(Thread function) in the dll which has to insert data into a circular linked list . This linked list should be accessible in the test application, and the test application should simultaneously be able to take the inserted data in the dll from the linked list and display in list ctrl.
The linked list should be used as a global interface between the test application and the library. As such, both modules should have a pointer to this linked list.
How can I do this? Can anyone please guide me? I never worked with this kind of application.
Thanks in anticipation of information.
Madhavi.
I am working in vc++. I have a library(dll) and a Test application(.exe) which uses this .lib file. I have a function(Thread function) in the dll which has to insert data into a circular linked list . This linked list should be accessible in the test application, and the test application should simultaneously be able to take the inserted data in the dll from the linked list and display in list ctrl.
The linked list should be used as a global interface between the test application and the library. As such, both modules should have a pointer to this linked list.
How can I do this? Can anyone please guide me? I never worked with this kind of application.
Thanks in anticipation of information.
Madhavi.