Re: d3dx8: Dynamically import d3dx8 in the tests so the tests can be skipped if the dll is not found

2008-05-05 Thread Paul Vriens
Maarten Lankhorst wrote: This is better then downright crashing on the missing dlls. This patch was created using grep and sed. :-) --- Hi Maarten, When do you see a crash? Winetest itself already checks if a

Re: d3dx8: Dynamically import d3dx8 in the tests so the tests can be skipped if the dll is not found

2008-05-05 Thread Maarten Lankhorst
Hello Paul, 2008/5/5 Paul Vriens [EMAIL PROTECTED]: Maarten Lankhorst wrote: This is better then downright crashing on the missing dlls. This patch was created using grep and sed. :-) --- Hi

Re: d3dx8: Dynamically import d3dx8 in the tests so the tests can be skipped if the dll is not found

2008-05-05 Thread Francois Gouget
On Mon, 5 May 2008, Maarten Lankhorst wrote: [...] When do you see a crash? Winetest itself already checks if a dll is present. If it's not, the tests are skipped as can be seen on test.winehq.org.. It was crashing when I ran the test directly. But if that behavior is ok I'll just modify