Any idea why it can't do that? Looking at the test results it looks like 2003 and 2008 fail as well, although 2008 fails on the first call, with a different error. The second CreateViewWindow2 call is more important than the first, so it probably makes sense to swap them if we're going to skip one of them.
Not sure. I tried all sorts of changes to get the second test to succeed. It is not the test itself. If i comment out the first set it works fine. If i reverse the order the new second one fails.
and the error code is totally unhelpful.
-aric
Henri Verbeet wrote:
Any idea why it can't do that? Looking at the test results it looks like 2003 and 2008 fail as well, although 2008 fails on the first call, with a different error. The second CreateViewWindow2 call is more important than the first, so it probably makes sense to swap them if we're going to skip one of them.