Re: winetest: Add the ability to retrieve the dll path for com dlls from the registry.

2009-09-16 Thread Paul Vriens
On 09/14/2009 03:10 PM, Huw Davies wrote: --- programs/winetest/main.c | 87 ++--- 1 files changed, 73 insertions(+), 14 deletions(-) Hi Huw, Winetest doesn't do a complete

Re: Disabling URL attachments.

2009-09-16 Thread Vitaliy Margolen
Dan Kegel wrote: > Done. > Awesome, thanks. Vitaliy.

Re: dstlen < 0 for MultiByteToWideChar / WideChatToMultiByte

2009-09-16 Thread Dmitry Timoshkov
"Michael Stefaniuc" wrote: +/* + * Produce a compile error if we pass a dstlen < 0 to this functions. + * BUILD_BUG_ON() shamelessly ripped from the Linux Kernel. + */ +#define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) C_ASSERT does a similar thing. -- Dmitry.

re: Disabling URL attachments.

2009-09-16 Thread Dan Kegel
Done.

Disabling URL attachments.

2009-09-16 Thread Vitaliy Margolen
Can Bugzilla admin please disable URL attachments? Number of users don't get the concept of what attachment is, and keep attaching urls to things like pastebin, or some file share servers. Instead of attaching actual files. Vitaliy.

dstlen < 0 for MultiByteToWideChar / WideChatToMultiByte

2009-09-16 Thread Michael Stefaniuc
Hello Detlef, although Smatch could have handled the task too of finding places where Wine passes -1 as destlen to MultiByteToWideChar / WideChatToMultiByte this can be done with the C compiler too. Please see the attached patch. This solution doesn't finds more occurrences that you have foun

Re: oleaut32: Fail the typelib test when LoadTypeLib fails.

2009-09-16 Thread Jacek Caban
Hi Vincent, Vincent Povirk wrote: As far as I know, this failure only occurs when I do something stupid like set use_midl_tlb to 1 and don't provide a working midl_tmarshal.tlb, but I need the test to remind me that I'm an idiot when I do that. Silently skipping tests is unacceptable. W

Status of Quartz

2009-09-16 Thread Keith Muir
what's the status of wine quartz.dll at present? reason I'm asking is because I'm trying to get a Computer based training(CBT) app Testout Navigator to run which uses Windows Media Player 9 to show videos. Using WINDEBUG with warn+dll seems to show most of the trouble is due to quartz.dll inter

Testcase for IStorage_CreateStorage

2009-09-16 Thread Markus Stockhausen
Hi, as I'm still working on a resolution to bug #9575 I have digged into several directions. My current opinion is that IStorage_CreateStorage for some unkown reason increments the reference pointer of the associated IStorage object. In native Windows this is not the case. My 37th try in writing

Re: [bugzilla] donate to sponsoring bug

2009-09-16 Thread Tom Wickline
Hello, You could have the money go into the general WPF or WCF "Wine Conference Fund" But the problem is if say I donate $50.00 who's to say the bug I donate to will be resolved any time soon? Paypal only allows refunds up to 60 days, so how would you go about a refund if the bug wasn't fixed in s

RE: [bugzilla] donate to sponsoring bug

2009-09-16 Thread Nicklas Börjesson
I suppose that this only will appear on some bugs and disregarding that people might put off fixing bugs waiting for it to become a "pay-bug". Who's going to get the money? It seems quite common that people share credit on fixing bugs, should we burden Alexandre with the task of deciding that? Wo

[bugzilla] donate to sponsoring bug

2009-09-16 Thread sacchi antonio
hello all. I'm new here but I'd like to suggest something, what do you think about this? http://img29.imageshack.us/img29/2940/wined.png Maybe it will be good for old/hard bugs? Thanks

[3/4] msi: GetDriveType and GetVolumeInformation require a path terminated by a slash.

2009-09-16 Thread Joerg-Cyril.Hoehle
Dan Kegel asked: >Don't changes like this need corresponding conformance tests? There is one already for GetVolumeInformation in kernel32, see the commits made by Guy Albertelli in April this year. Please see my mail from June where I located all uses of GetVolumeInformation and asked for review

Down to an average of 1% failures on my Windows boxes

2009-09-16 Thread Paul Vriens
Hi, Just wanting to let you know that I'm down to 1% average failures on my Windows boxes (W95/W98/NT4/W2K/XP/W2K3/Vista). Short list: Sep-2009 : 1% Jun-2009 : 2% May-2009 : 3% Mar-2009 : 4% Feb-2009 : 5% So I doubt we get to zero before WineConf ;) -- Cheers, Paul. <>