Displaying 5 results from an estimated 5 matches for "ldrfindresource_u".
2005 May 05
2
LockWindowUpdate
Hi,
I've got a program that produces these error messages when started with wine.
fixme:dc:LockWindowUpdate (0x10024), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x10024), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x10024), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
The program
2010 Nov 07
1
can't load nlme on windoze 7
Hi,
I've got a problem that sounds a lot like this,
http://r.789695.n4.nabble.com/Re-R-R-2-12-0-hangs-while-loading-RGtk2-on-FreeBSD-td3005929.html
under windoze 7.
but it seems to hang with this stack trace,
#0? 0x77830190 in ntdll!LdrFindResource_U ()
?? from /cygdrive/c/Windows/system32/ntdll.dll
building goes as follows,
$ ./R CMD INSTALL --no-test-load nlme_3.1-97.tar.gz
* installing to library 'C:/pfs/R/R-2.11.1/library'
* installing *source* package 'nlme' ...
** libs
? making DLL ...
gcc -I"C:/pfs/R/R-2.11.1/i...
2006 Sep 20
1
kernel32.VirtualAlloc() limitation? - "Insufficient memory to perform operation"
...tdll.RtlAllocateHeap() retval=001873c8 ret=7ed8156f
0009:trace:resource:LoadStringW instance = 0x400000, id = 3a98, buffer = 0x1873c8, length = 999
0009:Call kernel32.FindResourceW(00400000,000003aa,00000006) ret=7ed81382
0009:trace:resource:FindResourceExW 0x400000 #0006 #03aa 0000
0009:Call ntdll.LdrFindResource_U(00400000,007ff6f0,00000003,007ff62c) ret=7ee9611c
0009:trace:resource:LdrFindResource_U module 0x400000 type #0006 name #03aa lang 0000 level 3
0009:trace:resource:find_entry_by_id root 0x5da000 dir 0x5da000 id 0006 ret 0x5da148
0009:trace:resource:find_entry_by_id root 0x5da000 dir 0x5da148 id 03a...
2011 Aug 13
3
User32::MENU_CopySysPopup problem
When this code may fail?
Code:
/***********************************************************************
* MENU_CopySysPopup
*
* Return the default system menu.
*/
static HMENU MENU_CopySysPopup(BOOL mdi)
{
static const WCHAR sysmenuW[] = {'S','Y','S','M','E','N','U',0};
static const WCHAR sysmenumdiW[] =
2019 Feb 04
0
Wine release 4.1
...dwrite: Validate font data when retrieving supported unicode ranges data.
dwrite: Validate 'gasp' data before accessing it.
dwrite: Validate 'CPAL' data before using it.
comctl32/rebar: Do not use global variable for debug buffer (Coverity).
ntdll: Make LdrFindResource_U() and LdrFindResourceDirectory_U() patchable.
shell32: Remove duplicated assignment (Coverity).
usp10/tests: Add missing return value checks (Coverity).
include: Fix a typo in D2D1_WINDOW_STATE values.
ole32: Implement chained IInitializeSpy support.
ole32/tests: Test...