-----Messaggio originale-----
Da: Vimal Selvam [mailto:[email protected]]
Inviato: marted 27 dicembre 2011 08:46
A: ruby-talk ML
Oggetto: Log all the calls made in DLL
Hi Gurus,
I’m having a ruby code which registers a dll and makes calls to the
methods
available in the dll (built in C++).
For an example:
Ruby Code calls method ABC() which is present in DLL (say xyz.dll).
In turn, ABC() method internally calls DEF() which is also present in
the
same DLL.
So I want this call logs via my ruby code. So my output should be like
this: