search for: hfile

Displaying 20 results from an estimated 24 matches for "hfile".

Did you mean: file
2010 Sep 21
2
[PATCH 0/2] *** SUBJECT HERE ***
*** BLURB HERE *** Matthew Booth (2): New APIs: hopen-device hopen-file hread hwrite hseek hclose hclose-all Update pwrite to write a full buffer daemon/.gitignore | 1 + daemon/Makefile.am | 1 + daemon/file.c | 20 ++- daemon/hfile.c | 249 ++++++++++++++++++++++++++++++++++++++++ daemon/m4/gnulib-cache.m4 | 3 +- generator/generator_actions.ml | 120 ++++++++++++++++++- po/POTFILES.in | 2 + regressions/Makefile.am | 1 + regressions/test-hfile.pl | 236 +++++++++++...
2002 Oct 24
0
Error log
...rted some dll's that were missing. I can get to the login screen, but when I try to go any farther into the program I get this: fixme:win32:PE_CreateModule Security directory ignored fixme:console:SetConsoleCtrlHandler (0x78010087,1) - no error checking or testing yet fixme:file:LockFileEx hFile=148,flags=2,reserved=0,lowbytes=1,highbytes=0,overlapped=0x406e1500: stub. fixme:file:UnlockFile not implemented in server fixme:file:LockFileEx hFile=148,flags=2,reserved=0,lowbytes=1,highbytes=0,overlapped=0x406e14fc: stub. fixme:file:LockFile not implemented in server fixme:file:UnlockFile no...
2002 Mar 02
0
Longman dictionary installer debugging
...file, and it is really created. But after that comes the message box. Beetwen I found some fixmes, so I tried to find out whats the problem with them. I have put a breakpoint in the _lclose16 (in files/file.c), and here is the debug session. Wine-dbg>bt Backtrace: =>0 0x40085668 (_lclose16(hFile=0x42826914) [file.c:1177] in libntdll.so) (ebp=428268f4) 1 0x407d6801 (WPROCS_CallFrom16_p_intr_+0x9(proc=0x400b88dc, args=0x403af174, context=0x42826914) [wprocs.spec.c:30] in libkern 2.so) (ebp=42826900) 2 0x4008d969 (KERNEL32.DLL.__wine_call_from_16_regs+0x13d in libntdll.so) (ebp=42826c0...
2004 Nov 21
3
win32-file, overlapped added
Hi all, I''ve got overlapped and offset support in both nread and nwrite. The only thing left before I want to release this (as 0.4.0) is to get NO_BUFFERING to work. Unfortunately, I can''t get it to work. Park, I looked at that site you sent (and borrowed some code from it), but I don''t see anything special happening for NO_BUFFERING. I thought it required
2010 Aug 26
1
[PATCH] New APIs: hopen-device hopen-file hread hwrite hseek hclose hclose-all
These APIs provide handle-based read/write streaming and random access to files and block devices. --- daemon/.gitignore | 1 + daemon/Makefile.am | 1 + daemon/hfile.c | 196 +++++++++++++++++++++++++++++++++++++++++++++ daemon/m4/gnulib-cache.m4 | 3 +- po/POTFILES.in | 2 + regressions/Makefile.am | 1 + regressions/test-hfile.pl | 102 +++++++++++++++++++++++ src/MAX_PROC_NR | 2 +- src/generator.ml |...
2004 Jul 02
0
Patch to fix dist rule in ocfs-tools with another minor fix
Index: ocfs2/libocfs2/Makefile =================================================================== --- ocfs2/libocfs2/Makefile (revision 127) +++ ocfs2/libocfs2/Makefile (working copy) @@ -65,6 +65,7 @@ HFILES = \ include/jfs_user.h \ + include/jfs_compat.h \ include/kernel-jbd.h \ include/kernel-list.h \ include/ocfs2_fs.h \ Index: ocfs2/debugfs.ocfs2/Makefile =================================================================== --- ocfs2/debugfs.ocfs2/Makefile (revision 127) +++ ocfs...
2010 Mar 29
3
how to update R files included as"source" ?
Hi all, I have a main file main.R in which I include some other R files. For example, in main.R I have: source("functions.R"). When I modify the file "functions.R", I'd like R to take into account the changes and to reload the file functions.R when I run main.R Is it possible? Thanks, Arnaud [[alternative HTML version deleted]]
2012 Mar 27
0
App. Delisprint hangs on second run
...ad+0xc9() in libpthread.so.0 (0x00a4f498) Backtracing for thread 001e in process 000e (C:\windows\system32\services.exe): Backtrace: =>0 0xf778342e __kernel_vsyscall+0xe() in [vdso].so (0x0053e7f8) 1 0xf75e3bcb __libc_read+0x4a() in libpthread.so.0 (0x0053e7f8) 2 0x7bc41bff NtReadFile+0x34e(hFile=0x34, hEvent=0x0(nil), apc=(nil), apc_user=0x0(nil), io_status=0x53e858, buffer=0x53e92c, length=0x10, offset=(nil), key=0x0(nil)) [/build/buildd/wine1.3-1.4/dlls/ntdll/file.c:624] in ntdll (0x0053e7f8) 3 0x7b83bef6 ReadFile+0x265(hFile=0x34, buffer=0x53e92c, bytesToRead=0x10, bytesRead=0x53e8cc,...
2007 Mar 19
2
Wine crash
...b) fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2 information for kernel32<elf> 23 0x7eebfa00 load_library+0x50(libname=0x34f5b0, flags=0x0) [/usr/src/wine-0.9.19/dlls/kernel/module.c:830] in kernel32 (0x7eebfa00) 24 0x7eebfb16 LoadLibraryExW+0x56(libnameW=0x7ffdcc00, hfile=0x0, flags=0x0) [/usr/src/wine-0.9.19/dlls/kernel/module.c:899] in kernel32 (0x7eebfb16) 25 0x7eebfaa6 LoadLibraryExA+0x36(libname=0x34f640, hfile=0x0, flags=0x0) [/usr/src/wine-0.9.19/dlls/kernel/module.c:866] in kernel32 (0x7eebfaa6) 26 0x7eebfbf0 LoadLibraryA+0x20(libname=0x34f640) [/usr/src...
2000 Nov 10
1
cvs trunk vorbis/ compile patches
...# -############################################################################### - -FLAGS=-I. -I../lib -I../include -OPT=-O20 $(FLAGS) -DEBUG=-g -Wall $(FLAGS) -PROFILE=-g -pg -O20 $(FLAGS) -CC=gcc -LD=gcc -LDFLAGS=$(FLAGS) -LIBS=-lm - -HFILES = ../lib/codebook.h vqgen.h vqext.h bookutil.h - -OFILES = vqgen.o vqsplit.o bookutil.o ../lib/sharedbook.o -ALLOFILES = $(OFILES) lspdata.o genericdata.o train.o build.o run.o\ - cascade.o partition.o metrics.o residuedata.o latticebuild.o\ - latticepare.o latticehint.o latticetune.o - -all:...
2005 Dec 27
0
can not setup ie and fonts problem
...bname=0x7fa3f 434, hModule=0x7fa3f414) [/mylinux/download/System/wine-0.9.2/dlls/ntdll/loader. c:1686] in ntdll (0x7ffc01b7) 13 0x7fca8a4f load_library [/mylinux/download/System/wine-0.9.2/dlls/kernel/mo dule.c:791] in kernel32 (0x7fca8a4f) 14 0x7fca8c65 LoadLibraryExW+0x55(libnameW=0x7ff84c00, hfile=0x0, flags=0x8) [ /mylinux/download/System/wine-0.9.2/dlls/kernel/module.c:847] in kernel32 (0x7fc a8c65) 15 0x7fca8da3 LoadLibraryExA+0x43(libname=0x7fa3f474, hfile=0x0, flags=0x8) [/ mylinux/download/System/wine-0.9.2/dlls/kernel/module.c:827] in kernel32 (0x7fca 8da3) fixme:dbghelp:sffip_cb NI...
2001 Nov 07
1
WG: Re: Wine and the serial port [LONG]
...irst problem was this: The Comm-Port gets opened with overlapped I/O. However, for WaitCommEvent() we do not specify an overlapped structure. This works fine on NT4 / W2K, but is contrary to the documentation, which specifys that you need to supply an overlapped structure if you do. Quote: "If hFile was opened with FILE_FLAG_OVERLAPPED, the lpOverlapped parameter must not be NULL. It must point to a valid OVERLAPPED structure. If hFile was opened with FILE_FLAG_OVERLAPPED and lpOverlapped is NULL, the function can incorrectly report that the operation is complete. " However, this has work...
2015 Nov 05
1
Improving Support for Xapian::DB_RETRY_LOCK in Windows(#65)
Hi Olly, I tried to reach you through Github notifications(email) about this issue but with no reply, so I thought we could discuss this issue here, I saw three critical problems in the last patch. 1. Adding code to wrong '#if', i added it to else branch 2. Figuring out 'fd', holding the lock and 'fnm' as in windows 'fnm' differs Help me out here, and Mention
2005 Aug 27
0
unhandled exception on 20050725 install from source on Fedora Core 4
...50725/dlls/ntdll/loader.c:914] in ntdll (0x7fcbd6a0) 2 0x5fc4f2d3 LdrLoadDll+0x73(path_name=0x7ff64448, flags=0x8, libname=0x7fcbd8e8, hModule=0x7fcbd8f0) [/home/cj/downloads/wine/wine-20050725/dlls/ntdll/loader.c:1659] in ntdll (0x7fcbd6bc) 3 0x2f7ad5e5 LoadLibraryExW+0x61(libnameW=0x7ff65f70, hfile=0x0, flags=0x8) [/home/cj/downloads/wine/wine-20050725/dlls/kernel/module.c:670] in kernel32 (0x7fcbd900) 4 0x2f40b410 register_dlls_callback+0x1f8(hinf=0x7ff2aca0, field=0x7fcbf9a8, arg=0x7fcbfb7c) [/home/cj/downloads/wine/wine-20050725/dlls/setupapi/install.c:468] in setupapi (0x7fcbf970) 5 0...
2009 Nov 12
1
[ win32utils-Bugs-27425 ] win32-open3 doesn't build with 1.9.1
...C2059: syntax error : ''type'' win32/open3.c(267) : error C2059: syntax error : '')'' win32/open3.c(309) : error C2065: ''fptr'' : undeclared identifier win32/open3.c(309) : error C2296: ''*'' : illegal, left operand has type ''HFILE (__stdcall *)(LPCSTR,LPOFSTRUCT,UINT)'' win32/open3.c(310) : error C2143: syntax error : missing '';'' before ''type'' win32/open3.c(397) : error C2065: ''m1'' : undeclared identifier win32/open3.c(397) : warning C4047: ''='' :...
2000 Nov 08
0
vq diffs
...d Nov 8 14:40:16 2000 @@ -10,5 +10,5 @@ ############################################################################### -FLAGS=-I. -I../include +FLAGS=-I. -I../include -I../lib OPT=-O20 $(FLAGS) DEBUG=-g -Wall $(FLAGS) @@ -17,7 +17,7 @@ LD=gcc LDFLAGS=$(FLAGS) -LIBS=-lm +LIBS=-lm -logg -HFILES = ../include/vorbis/codebook.h vqgen.h vqext.h bookutil.h +HFILES = ../lib/codebook.h vqgen.h vqext.h bookutil.h OFILES = vqgen.o vqsplit.o bookutil.o ../lib/sharedbook.o @@ -85,5 +85,5 @@ lspvqtrain genericvqtrain residuevqtrain\ vqbuild vqmetrics latticebuil...
2014 Dec 12
0
Wine release 1.7.33
...se fd critical section in _chsize_s. msvcrt: Use fd critical section in _fstat64. Qian Hong (1): usp10: Make sure fallbackFont is NULL terminated. Sebastian Lackner (3): ws2_32/tests: Fix several copy and paste errors. wintrust: Reset data->pWintrustData->u.pFile->hFile after closing handle. ws2_32: Improve implementation of get_poll_results. Stefan D?singer (11): d3d9: Refuse to reset a lost device. d3d8: Refuse to reset a lost device. wined3d: Add a comment about reset during focus change. d3d9/tests: Test focus loss message filter...
2020 Aug 28
0
Wine release 5.16
...ream::OpenFile() when no renderers are present and AMMSF_NORENDER is not specified. amstream: Return S_FALSE when IMediaSeeking::GetDuration() fails in IAMMultiMediaStream::GetDuration(). qcap/tests: Remove unused enumMediaTypes in test_smart_tee_filter() (Coverity). quartz: Close hfile when GetFileSizeEx fails in IFileSourceFilter::Load() (Coverity). amstream: Implement IMediaStreamFilter::ReferenceTimeToStreamTime(). Jacek Caban (38): kernelbase: Use IOCTL_CONDRV_SET_INPUT_INFO in SetConsoleCP. kernelbase: Use IOCTL_CONDRV_SET_INPUT_INFO in SetConsoleOutputCP....
2010 Oct 25
7
[PATCH 0/6] Ocfs2-tools: Add a new tool 'o2info'.
Now it's a good time to introduce the new tool 'o2info' since kernel part of OCFS2_IOC_INFO ioctl has been pulld upstream by linus. The following 6 patches have already got sunil's SOBs, and now they're trying to attract more reviewers before it goes to central repo with a modification of getting manual pages being introduced.
2010 Feb 05
0
Wine release 1.1.38
...culations for print preview. wordpad: Implement zooming in for print preview. richedit: Removed unused local variable yStart. Eric Pouech (16): winmm: A couple of simple fixes for winmm compilation on 64bit platforms. winmm: In mmio manipulation, always ensure that we use a HFILE for mmio internal handlers (and not a HANDLE). winmm: For MCI parsing, use 64bit compatible variables. dbghelp: Removed some unused fields for public symbol description. dbghelp: For PE modules, when no debug info is present, also try to load symbols out of COFF symbol table....