Displaying 7 results from an estimated 7 matches for "findresourc".
Did you mean:
findresource
2002 Feb 05
1
Still no luck on command line parse [Bug 417]
...d8b4) ret=03a7:2435 ds=01e7
08247d08:Ret USER.33: GETCLIENTRECT() retval=0x0063 ret=03a7:2435 ds=01e7
08247d08:Call USER.258: MAPWINDOWPOINTS(0x0027,0x0000,01e7:d8b4,0x0002) ret=03a7:2444 ds=01e7
08247d08:Ret USER.258: MAPWINDOWPOINTS() retval=0x45fa ret=03a7:2444 ds=01e7
08247d08:Call KERNEL.60: FINDRESOURCE(0x01e6,0x000000e2 #00e2,0x00000006 #0006) ret=045f:01ad ds=01e7
08247d08:Ret KERNEL.60: FINDRESOURCE() retval=0x06d8 ret=045f:01ad ds=01e7
08247d08:Call KERNEL.61: LOADRESOURCE(0x01e6,0x06d8) ret=045f:01d0 ds=01e7
08247d08:Ret KERNEL.61: LOADRESOURCE() retval=0x0d67 ret=045f:01d0 ds=01e7
08247d0...
2002 Nov 14
0
WIN 3.1 App crashes.. Unhandled Exception
...820ac28:trace:message:SPY_ExitMessage (0021) L"AccuTerm" message [000c]
WM_SETTEXT returned 00000001
0820ac28:trace:global:GlobalHandle16 01df
0820ac28:Ret USER.37: SETWINDOWTEXT() retval=0001 ret=055f:00a3 ds=02a7
0820ac28:trace:global:GlobalHandle16 0137
0820ac28:Call KERNEL.60: FINDRESOURCE(02a6,00000002 #0002,0000000a #000a)
ret=051f:0565 ds=02a7
0820ac28:trace:resource:RES_FindResource2 (000002a6, 0000000a, 00000002, 0000,
A, NE)
0820ac28:trace:resource:NE_FindResource module=024f name=#0002 type=#000a
0820ac28:trace:resource:NE_FindTypeSection Skipping type 800e
0820ac28:trace...
2009 Mar 29
5
Problems installing guest domains
...rce
return self.getServer().getResource(self)
File "/usr/lib64/python2.4/site-packages/xen/web/httpserver.py", line
351, in getResource
return self.root.getRequestResource(req)
File "/usr/lib64/python2.4/site-packages/xen/web/resource.py", line 39,
in getRequestResource
return findResource(self, req)
File "/usr/lib64/python2.4/site-packages/xen/web/resource.py", line 26,
in findResource
next = resource.getPathResource(pathElement, request)
File "/usr/lib64/python2.4/site-packages/xen/web/resource.py", line 49,
in getPathResource
val = self.getChild(path, reques...
2003 Oct 25
9
Windows Compile Error
I''ve gotten a lot farther building wxRuby than I did a few months ago. But
its getting late here and I''m going to bed.
In the meantime, does anyone know why I''m getting this compile error:
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cl -MD -Zi -O2b2xg- -G6
2009 Feb 04
12
Detecting a programm runs using Wine
Is there absolutelu no (unofficial) way to detect whether a programm is running using Wine?
In this way a programm could decide to use other routines for those features that do not work fine using Wine.
2013 Oct 11
0
Wine release 1.7.4
...it (Coverity).
msvcrt: Restore a stack mark on error (Coverity).
wintrust: Fixed some memory leaks (Coverity).
msi: Fixed a memory leak in an error case (Coverity).
Michael Stefaniuc (8):
tests: Use the explicit LoadLibraryA function.
qedit/tests: Use the W version of FindResource().
iphlpapi/tests: Use the W form of CreateEvent().
msvcr90/tests: Use the W form of CreateEvent().
windowscodecs/tests: Use the W version of GetObject().
tests: Readying some tests for the compilation with -D__WINESRC__.
tests: Compile the tests by default with -D__W...
2008 Apr 04
0
Wine release 0.9.59
...dre Julliard (63):
shell32: Make the icon space a bit larger in the About dialog.
shell32: Use the larger Wine logo icon in the About dialog.
notepad: Use the larger icon in the About dialog.
wrc: parser_error must append a newline.
kernel32/tests: Added some tests for FindResource.
kernel32/tests: Fix the FindFirstVolume test on Vista.
tools/sfnt2fnt: Separate the building of the font data and the actual file creation.
tools/sfnt2fnt: Merge the fnt2fon code into sfnt2fnt to allow generating fonts in a single step.
tools/sfnt2fnt: Add getopt option pa...