sudhir72
New member
- Joined
- Oct 21, 2008
- Messages
- 1
- Programming Experience
- Beginner
i am facing one problem. i am calling a DLL with few parameters which in turns call another DLL.
the second DLL takes some time to return the results as it has to do many calculations.
the result i am getting is all zeroes. the creators of second dll say that you need to make first dll wait for results from second dll.
can it be done? if yes how
the second DLL takes some time to return the results as it has to do many calculations.
the result i am getting is all zeroes. the creators of second dll say that you need to make first dll wait for results from second dll.
can it be done? if yes how