Re: [PATCH 03/12] ntdll/tests: add a number of tests for the Nt pipe functions and ioctls

2011-07-13 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=12469 Your paranoid android

Re: [PATCH 12/12] ntdll/tests: add some todo_wines to the new pipe test

2011-07-13 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=12472 Your paranoid android

Re: [PATCH 07/12] ntdll/tests: add a test for STATUS_OBJECT_TYPE_MISMATCH

2011-07-13 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=12471 Your paranoid android

Re: Visual Studio project to compile the d3d code

2011-07-13 Thread Stefan Dösinger
On Wednesday 13 July 2011 11:15:47 Michael Mc Donnell wrote: > Now I'm getting error messages about "Wine should not include > windows.h internally" and a lot about "redefinition; different > linkage". I tried rebuilding but that didn't help. Any guesses? The Wine include directories should have a

Re: Visual Studio project to compile the d3d code

2011-07-13 Thread Michael Mc Donnell
On Tue, Jul 12, 2011 at 11:00 PM, Stefan Dösinger wrote: > Am 12.07.2011 um 11:33 schrieb Michael Mc Donnell: >> A bunch of those errors is that it cannot include the .h files, for example: >> "error C1083: Cannot open include file: 'wine/unicode.h': No such file >> or directory" > Nope, that's no

New API functions for loading external dlls

2011-07-13 Thread Saulius Krasuckas
It seems MS announced three new functions yesterday: SetDefaultDllDirectories AddDllDirectory RemoveDllDirectory These are "to help developers correctly and securely load external libraries". [1] I remember some talk about SetDllDirectory() in the past [2], so now it's interesting how