Re: SymEnumSymbolsForAddr in dbghelp.dll

2012-04-16 Thread Roger Cruz
Guys, Just a quick status update on the symbol lookup and an explanation of what this question is all about.  Basically, I have loaded the dbghelp file successfully and loaded all of the symbols for the module (aka, library, dll, etc) being linked.  I then tried to invoke this function SymEnumS

New forum software

2012-04-16 Thread Vitaliy Margolen
Can I ask when we'll have the new forum software installed? It's been discussed ages ago and we still using the same old crappy version. Vitaliy.

SymEnumSymbolsForAddr in dbghelp.dll

2012-04-16 Thread Roger Cruz
I wrote a simple piece of code that uses dbghelp.dll's  SymEnumSymbolsForAddr() but when I went to search for its code in Wine, it looks to be missing.  The dbghelp.spec has that function listed as "stub".  What does stub mean in this context? Does it mean the function is not implemented?  Are

Re: winebuild port to ARM?

2012-04-16 Thread Roger Cruz
Hi Andre, I am willing to help as much as my knowledge allows me to port this.  The last time I wrote anything in ARM was about 15+ years ago so my knowledge of it is rather limited.   I'm also trying to understand what every line of the assembly code is doing in x86.  If someone with more know

[shlwapi] Add NULL checks to StrCpyW and StrCatW

2012-04-16 Thread carlo.bra...@libero.it
Hello friends, according to these results, it looks like the test I added in the patch crashes win2k SP4 but it works on all others. And it does not seem to be a thing that it can be resolved with dynamic library loading. So, what should I do? Do I need to comment them like it has been done (for

Re: [shlwapi] Add NULL checks to StrCpyW and StrCatW

2012-04-16 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=17900 Your paranoid android

Re: [PATCH] winealsa.drv: Init *num to 0 (Coverity)

2012-04-16 Thread Marcus Meissner
On Mon, Apr 16, 2012 at 11:53:00AM -0500, Andrew Eikum wrote: > On Mon, Apr 16, 2012 at 09:09:58AM +0200, Marcus Meissner wrote: > > Also initialize a "may be uninitialized" value the compiler sees. > > > > Not sure what this means. *num is initialized at the beginning of > alsa_enum_devices, whi

Re: [PATCH] winealsa.drv: Init *num to 0 (Coverity)

2012-04-16 Thread Andrew Eikum
On Mon, Apr 16, 2012 at 11:53:00AM -0500, Andrew Eikum wrote: > On Mon, Apr 16, 2012 at 09:09:58AM +0200, Marcus Meissner wrote: > > Also initialize a "may be uninitialized" value the compiler sees. > > Of course I quoted the wrong section of your mail :) > > Not sure what this means. *num is i

Re: [PATCH] winealsa.drv: Init *num to 0 (Coverity)

2012-04-16 Thread Andrew Eikum
On Mon, Apr 16, 2012 at 09:09:58AM +0200, Marcus Meissner wrote: > Also initialize a "may be uninitialized" value the compiler sees. > Not sure what this means. *num is initialized at the beginning of alsa_enum_devices, which is always called from GetEndpointIDs. Seems like a Coverity oversight.

Re: msvcrt: Added more length modifiers in scanf function

2012-04-16 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=17893 Your paranoid android

Re: ws2_32: Fix hostent memory allocation

2012-04-16 Thread Bruno Jesus
On Mon, Apr 16, 2012 at 10:17, Alexandre Julliard wrote: > ... > That's not a good helper function, with all the optional parameters and > various behaviors. Also if you need a big documentation block like this > for a 5-line function it's a sign that something is wrong. Sorry, I didn't know it w

Re: WASAPI ISimpleAudioVolume::SetMasterVolume appears to not work

2012-04-16 Thread Andrew Eikum
Hi Adam, On Sun, Apr 15, 2012 at 12:06:14AM +0100, adam smith wrote: > I've been trying to get WASAPI audio output working for our app as > Directsound output was very glitchy post the new audio stack. > Sorry to hear that. We do have a large sequence of patches just about ready to go into Wine

Re: ws2_32: Fix hostent memory allocation

2012-04-16 Thread Alexandre Julliard
Bruno Jesus <00cp...@gmail.com> writes: > @@ -5546,24 +5546,70 @@ INT WINAPI WSAUnhookBlockingHook(void) > * pointers (via a template of some kind). > */ > > -static int list_size(char** l, int item_size) > +/*** > + *

Re: jscript: Make sure to jump out of switch before entering implicit default clausule

2012-04-16 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=17883 Your paranoid android

Re: Testbot certificate has expired

2012-04-16 Thread Jacek Caban
Hi Morten, On 04/15/12 14:59, Morten Rønne wrote: > Hi > > testbot.winehq.com certificate expired on 13-04-2012. So now the > wininet tests in dlls/wininet/tests/http.c are failing with an error > for me. > I can't determine if the fault are in the test or the function called > should handle the e

Re: gdi32: Add support for emulating bold faces of bitmap fonts.

2012-04-16 Thread Dmitry Timoshkov
Huw Davies wrote: > > > Don't we need to add some bytes if glyph_width % 32 == 0 ? > > > > Well, I didn't see in my tests a need for that. > > That may be because your tests are just looking at the font metrics > and not at the glyphs themselves... I have an application that actually needs tha

Re: msvcp90: Add codecvt ctors and dtors

2012-04-16 Thread Piotr Caban
Hi, On 04/16/12 02:50, William Panlener wrote: typedef struct { + locale_facet facet; + /* FIXME: type definition in standard but var here */ + enum { ok, partial, error, noconv } result; +} codecvt_base; This structure has incorrect size. It should not contain result variable. +typed

Re: Request for help/advice in investigation of one interesting "huge FPS regression" bug

2012-04-16 Thread Roderick Colenbrander
On 4/16/12, Alexey Loukianov wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > 16.04.2012 04:28, Vitaliy Margolen wrote: >> Of course it won't - they are binary blobs from Nvidia. Not much to see >> there. All you really looking for are time spent in that library. >> > > Vitaliy, I don'

Re: gdi32: Add support for emulating bold faces of bitmap fonts.

2012-04-16 Thread Huw Davies
On Mon, Apr 16, 2012 at 05:51:20PM +0900, Dmitry Timoshkov wrote: > Huw Davies wrote: > > > Don't we need to add some bytes if glyph_width % 32 == 0 ? > > Well, I didn't see in my tests a need for that. That may be because your tests are just looking at the font metrics and not at the glyphs th

Re: gdi32: Add support for emulating bold faces of bitmap fonts.

2012-04-16 Thread Dmitry Timoshkov
Huw Davies wrote: > Don't we need to add some bytes if glyph_width % 32 == 0 ? Well, I didn't see in my tests a need for that. -- Dmitry.

Re: gdi32: Add support for emulating bold faces of bitmap fonts.

2012-04-16 Thread Huw Davies
On Mon, Apr 16, 2012 at 04:37:39PM +0900, Dmitry Timoshkov wrote: > diff --git a/dlls/gdi32/freetype.c b/dlls/gdi32/freetype.c > index 0a5d3c3..eb3f9b5 100644 > --- a/dlls/gdi32/freetype.c > +++ b/dlls/gdi32/freetype.c > @@ -5669,12 +5669,27 @@ static inline BYTE get_max_level( UINT format ) >