ok sorry dumb question... running make test with native DLLs

Matteo Bruni matteo.mystral at gmail.com
Tue Jul 6 17:17:58 CDT 2010


2010/7/6 Misha Koshelev <misha680 at 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.



More information about the wine-devel mailing list