2010/7/6 Misha Koshelev <misha...@gmail.com>:
> Oops good thing I did not yet figure out how to use a native d3dx9_36 then
> so no compromise of my ability to contribute.
>
> Just to clarify then... I may NOT use wine to monitor calls within a native
> DLL? Specifically, I may not determine what parameters one native function
> passes to another?

Correct, you can't check what happens inside native dlls nor the
communication between two native functions or components. What you can
do is to test the behavior of a native function as a black box, i.e.
give it some inputs and see what it outputs.
Sorry if I inadvertently put you on the wrong path...

Matteo.


Reply via email to