Re: mailing list ping, ignore

2011-01-26 Thread Qian Hong
2011/1/27 André Hentschel : > Am 26.01.2011 15:52, schrieb Dan Kegel: >> A user (Qian Hong) mentioned that a post to wine-devel >> didn't show up in several hours, so this is a ping to see >> what the latency is. >> >> > I noticed a strange flooding at the end of > http://www.winehq.org/pipermail/

[ActiveX]crash while open https://mybank.icbc.com.cn/icbc/perbank/index.jsp use wine buitin IE

2011-01-26 Thread Qian Hong
ActiveX is requred by ICBC online banking. env: Ubuntu 10.10 i386 wine1.3.12 1.Install mfc42 with winetricks $ winetricks -q mfc42 2.Download scarddlg.dll from http://www.dlldump.com/download-dll-files_new.php/dllfiles/S/scarddlg.dll/5.1.2600.2180/download.html Copy to the system32 folder 3.Dow

Re: Development ideas

2011-01-26 Thread Austin English
On Wed, Jan 26, 2011 at 20:51, J D wrote: > Hi, i just wanted to ask how difficult it would be to create a wine > equivelant that used the windows api with minor modifications. It's not clear what you're asking...depending on the modifications you want to make, you could simply fork wine, assumin

Development ideas

2011-01-26 Thread J D
Hi, i just wanted to ask how difficult it would be to create a wine equivelant that used the windows api with minor modifications. I would also like to suggest that you determine the file extension of parameter one of "wine" and if it is msi automaticly add the execmsi. Thank you

Re: shdocvw: Implement IWebBrowser::ExecWB and IWebBrowser::QueryStatusWB.

2011-01-26 Thread Erich Hoover
On Wed, Jan 26, 2011 at 6:22 PM, Marvin wrote: > 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.wine

Re: shdocvw: Implement IWebBrowser::ExecWB and IWebBrowser::QueryStatusWB.

2011-01-26 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=8633 Your paranoid android.

Re: [4/4] gdiplus: Test the types of records in an empty EMF+.

2011-01-26 Thread Vincent Povirk
Whoops, there are some warnings I didn't see because I'd been building with mingw. On Wed, Jan 26, 2011 at 6:53 PM, Vincent Povirk wrote: > > > > > >

Re: [PATCH 2/4] shdocvw: Implement IWebBrowser_ExecWB.

2011-01-26 Thread Jacek Caban
On 1/24/11 6:11 PM, Erich Hoover wrote: On Sun, Jan 23, 2011 at 11:32 AM, Jacek Caban wrote: On 1/20/11 6:40 PM, Erich Hoover wrote: On Thu, Jan 20, 2011 at 4:00 AM, Jacek Cabanwrote: +ok(status& success_flag, "OLECMDID_STOP not enabled/supported: %08x\n", status); You could test

Re: gameux: Always return NULL when category not available (valgrind) (try 2)

2011-01-26 Thread Ken Thomases
On Jan 26, 2011, at 11:34 AM, André Hentschel wrote: > Am 26.01.2011 18:03, schrieb Vincent Povirk: >> I maintain that This->stats.categories[categoryIndex].sName cannot be >> NULL. It is an array, not a pointer. > > But an Arrayname points to the first field IMHO. Not quite. In C, arrays "degr

Re: gameux: Always return NULL when category not available (valgrind) (try 2)

2011-01-26 Thread André Hentschel
Am 26.01.2011 18:03, schrieb Vincent Povirk: > I maintain that This->stats.categories[categoryIndex].sName cannot be > NULL. It is an array, not a pointer. > > But an Arrayname points to the first field IMHO. -- Best Regards, André Hentschel

[ActiveX] Wine builtin IE crash while login to https://www.alipay.com/

2011-01-26 Thread Qian Hong
Dear all, I'm testing the wine ActiveX and get a crash. https://www.alipay.com is an online payment service. It was IE only in the past, because it requred ActiveX Control to display the password form. The good news is, alipay.com release a firefox/chrome plugin for both Win/Linux recently. So it

Re: gameux: Always return NULL when category not available (valgrind) (try 2)

2011-01-26 Thread Vincent Povirk
I maintain that This->stats.categories[categoryIndex].sName cannot be NULL. It is an array, not a pointer.

Re: gameux: Always return NULL when category not available (valgrind)

2011-01-26 Thread André Hentschel
Am 26.01.2011 17:24, schrieb Nikolay Sivov: > On 1/26/2011 19:16, André Hentschel wrote: >> http://austinenglish.com/logs/valgrind/2011-01-25-11.02/vg-gameux_gamestatistics.txt >> >> native returns S_OK, but NULL for the title when the category is not >> available >> see also >> http://source.win

Re: gameux: Always return NULL when category not available (valgrind)

2011-01-26 Thread Vincent Povirk
Um, also This->stats.categories[categoryIndex].sName can never be NULL, as it's an array, not a pointer.

Re: [4/4] gdi32: Move common code into helper function.

2011-01-26 Thread Nikolay Sivov
On 1/26/2011 19:09, Kusanagi Kouichi wrote: -static LPSTR FONT_GetCharsByRangeA(HDC hdc, UINT firstChar, UINT lastChar, PINT pByteLen) +static LPWSTR FONT_GetCharsByRangeA(HDC hdc, UINT firstChar, UINT lastChar, PINT pLen) { It's better to change naming too, since it's won't return char stri

Re: gameux: Always return NULL when category not available (valgrind)

2011-01-26 Thread Nikolay Sivov
On 1/26/2011 19:16, André Hentschel wrote: http://austinenglish.com/logs/valgrind/2011-01-25-11.02/vg-gameux_gamestatistics.txt native returns S_OK, but NULL for the title when the category is not available see also http://source.winehq.org/git/wine.git/?a=blob;f=dlls/gameux/tests/gamestatistic

Re: mailing list ping, ignore

2011-01-26 Thread André Hentschel
Am 26.01.2011 15:52, schrieb Dan Kegel: > A user (Qian Hong) mentioned that a post to wine-devel > didn't show up in several hours, so this is a ping to see > what the latency is. > > I noticed a strange flooding at the end of http://www.winehq.org/pipermail/wine-devel/2011-January/date.html -

Re: wordpad: Dutch translation update (retry)

2011-01-26 Thread Nikolay Sivov
On 1/26/2011 17:45, Albert Pool wrote: Retry Here an update of the Dutch Wordpad translation. Many times computer expert jargon, half-English or too literal translations were used in Wordpad. This is fixed by this patch. Albert Pool Hi, Albert. Source code you're using is old. Large part of

Re: wordpad: Dutch translation update (retry)

2011-01-26 Thread Sven Baars
On 26-01-2011 at 3:45 PM, Albert Pool wrote: Retry Here an update of the Dutch Wordpad translation. Many times computer expert jargon, half-English or too literal translations were used in Wordpad. This is fixed by this patch. Albert Pool Hey Albert, this patch wasn't accepted because it w

mailing list ping, ignore

2011-01-26 Thread Dan Kegel
A user (Qian Hong) mentioned that a post to wine-devel didn't show up in several hours, so this is a ping to see what the latency is.

Re: shell32/tests: Remove shlwapi dependency

2011-01-26 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=8618 Your paranoid android.