Re: [ros-dev] SendMessageW doubt/bug with ANSI LPARAM.

2011-11-17 Thread Giannis Adamopoulos
Hi, this is still not correct. SendMessage is not a function but a macro. When the PROGRAM is compiled as unicode SendMessage is translated to SendMessageW and otherwise it is translated to SendMessageA. Now regarding the convertion fron ansi to unicode or unicode to ansi, this is done when

Re: [ros-dev] [ros-diffs] [tfaber] 54401: [ATL] - Fix buffer overflow in CComDynamicUnkArray::Add. Found by Coverity (CID 2474) [NDK] - Remove meaningless const attribute from pointer rvalues to make

2011-11-17 Thread Thomas Faber
On 2011-11-17 12:07, Timo Kreuzer wrote: Am 16.11.2011 22:17, schrieb tfa...@svn.reactos.org: -#define SharedUserData ((KUSER_SHARED_DATA *CONST)USER_SHARED_DATA) +#define SharedUserData ((KUSER_SHARED_DATA *)USER_SHARED_DATA) It is like this (with the

Re: [ros-dev] SendMessageW doubt/bug with ANSI LPARAM.

2011-11-17 Thread victor martinez
Hi Giannis!So I will check if the MsgiAnsiToUnicodeMessage is being called at all(I've tracked down the code from SendMessageW and SendMessageA and I didnt find any call to this function,yet), if so, I will check if 507 RtlCreateUnicodeStringFromAsciiz(UnicodeString,

[ros-dev] Qemu Recoverable Assertion when Loading Gecko

2011-11-17 Thread James Tabor
Head up on this one. It's recoverable by just typing cont and it goes on. (dll/ntdll/ldr/ldrutils.c:1177) Overlapping DLL: C:\ReactOS\system32\oleaut32.dll WARNING: MmFlushVirtualMemory at ntoskrnl/mm/ARM3/virtual.c:1044 is UNIMPLEMENTED! fixme:(dll/win32/wintrust/register.c:1161) stub

Re: [ros-dev] Qemu Recoverable Assertion when Loading Gecko

2011-11-17 Thread James Tabor
Where is the typo? Is it? http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/freelist.c?r1=53734r2=54386 On Thu, Nov 17, 2011 at 6:07 PM, James Tabor jimtabor.ros...@gmail.com wrote: Assertion 'RtlCheckBit(MiUserPfnBitMap, (ULONG)Page)' failed at ntoskrnl/mm/freelist.c line 127

Re: [ros-dev] [ros-diffs] [cgutman] 54415: [I8042PRT] - Implement support for hot plugging PS/2 mice if one was present at boot (same requirement as Windows) - Fixes bug 1395

2011-11-17 Thread Johannnes Anderwald
Am 18.11.2011 00:41, schrieb cgut...@svn.reactos.org: Author: cgutman Date: Thu Nov 17 23:41:18 2011 New Revision: 54415 URL: http://svn.reactos.org/svn/reactos?rev=54415view=rev Log: [I8042PRT] - Implement support for hot plugging PS/2 mice if one was present at boot (same requirement as