Extending the testframe to cope with different windows versions

2006-11-24 Thread Paul Vriens
Hi, after my last patch to yet 'remove' another test I had another look at tests.winehq.org. With the arrival of IE7 and of course a lot of changes to dll's (not even mentioning Vista) it looks like Windows versions are starting to behave not even close to similar. How can we deal with these

Re: oleaut32: preliminary support for VT_DISPATCH as parameters to VarAdd (and other 2-operand operations) (RESEND)

2006-11-24 Thread Robert Shearman
Alex Villací­s Lasso wrote: @@ -3114,6 +3155,13 @@ debugstr_VF(left), right, debugstr_VT(right), debugstr_VF(right), result); +/* Handle VT_DISPATCH by recursively calling op on result of IDispatch_Invoke */ +if (((V_VT(left) VT_TYPEMASK) == VT_DISPATCH || +

Re: wine crashes on every win32 application (null ptr access early); winedbg adventures

2006-11-24 Thread Saulius Menkevičius
alexis.deruelle wrote: Try removing nvidia drivers if installed (see bug http://bugs.winehq.org/show_bug.cgi?id=6735) Cheers, -- Alexis Accédez au courrier électronique de La Poste sur www.laposte.net ou sur 3615 LAPOSTENET (0,34€ TTC /mn) 1 Giga de stockage gratuit – Antispam et

Re: Extending the testframe to cope with different windows versions

2006-11-24 Thread Kai Blin
On Friday 24 November 2006 13:33, Paul Vriens wrote: Hi, after my last patch to yet 'remove' another test I had another look at tests.winehq.org. With the arrival of IE7 and of course a lot of changes to dll's (not even mentioning Vista) it looks like Windows versions are starting to behave

WM_SETFONT support

2006-11-24 Thread Jing Li
Hi, I am building a dialog box which is used to display the license agreement information. I create my dialog template with the dialog editor. The dialog box contains the Microsoft Rich Textbox Control (ActiveX control). When the function DialogBox() is called to display the dialog

Suggestions on your FAQ

2006-11-24 Thread M.D. van Es
Hello, Searching your website http://www.winehq.org for information on release 1.0of Wine, I read your FAQ and found some items that appear to be out of date. Hopefully, you'll find the following remarks helpful. 1. - following the link:

[kernel32/console.c] A really very small fix.

2006-11-24 Thread Anatoly
Hi! This fix change CodePage parameter in MultiByteToWideChar() type function from CP_ACP to return of GetConsoleOutputCP(). Now unicode symbols correct outs in wineconsole application (ex: Far). Changelog: Change codepage parameter in ReadConsoleA function. Change codepage parameter in

Re: winmm/wineoss: Cast-qual warning fix

2006-11-24 Thread Eric Pouech
I really wonder why we do have our own memcpy() here and why there is a strange /* FIXME: using memcpy can cause strange crashes so use this fake one */ comment above it. may be optimisations in memcpy using dword* reads and writes may cause issues in buffers mapped by the sound driver

Re: WM_SETFONT support

2006-11-24 Thread Matt Finnicum
On 11/22/06, Jing Li [EMAIL PROTECTED] wrote: Hi, I am building a dialog box which is used to display the license agreement information. I create my dialog template with the dialog editor. The dialog box contains the Microsoft Rich Textbox Control (ActiveX control). When the function

Re: wineshelllink: Use FreeDesktop standard to create Wine menu structure.

2006-11-24 Thread Jeremy White
I would strongly recommend that this be done instead with xdg-utils: http://portland.freedesktop.org/wiki/XdgUtils That will allow us to avoid the pain of maintaining our own implementation, and allow distro vendors to make their distro work with Wine just by supplying a working version of

Re: wineshelllink: Use FreeDesktop standard to create Wine menu structure.

2006-11-24 Thread Kevin Krammer
On Friday 24 November 2006 22:32, Jeremy White wrote: I would strongly recommend that this be done instead with xdg-utils: http://portland.freedesktop.org/wiki/XdgUtils That will allow us to avoid the pain of maintaining our own implementation, and allow distro vendors to make their

Re: wineshelllink: Use FreeDesktop standard to create Wine menu structure.

2006-11-24 Thread Vitaliy Margolen
Jeremy White wrote: I would strongly recommend that this be done instead with xdg-utils: http://portland.freedesktop.org/wiki/XdgUtils Sure, but they can not handle files with spaces in them. Also they don't work as-is with Wine's winemenubuilder. Which will require at least one more