Am Mittwoch 09 Februar 2011, 07:34:21 schrieb David Adam:
- wnd = CreateWindow("static", "d3dx9_test", 0, 0, 0, 0, 0, NULL, NULL,
NULL, NULL); The class "static" doesn't work on Windows 7, I am afraid you'll need a proper window class. And I think a CreateWindow failure should count as test failure, it's a stupid reason to skip the entire test.
(The other d3dx9 tests may have the same issue)