search for: lpfilenam

Displaying 7 results from an estimated 7 matches for "lpfilenam".

Did you mean: lpfilename
2013 Apr 20
1
One tiny Windows Unicode patch
...int *argc, char ***argv); @@ -25,6 +25,7 @@ int chmod_utf8(const char *filename, int pmode); int utime_utf8(const char *filename, struct utimbuf *times); int unlink_utf8(const char *filename); int rename_utf8(const char *oldname, const char *newname); +HANDLE WINAPI CreateFile_utf8(const char *lpFileName, DWORD dwDesiredAccess, DWORD dwShareMode, LPSECURITY_ATTRIBUTES lpSecurityAttributes, DWORD dwCreationDisposition, DWORD dwFlagsAndAttributes, HANDLE hTemplateFile); #ifdef __cplusplus } /* extern "C" */ diff --git a/src/share/grabbag/file.c b/src/share/grabbag/file.c index dd2880c....
2006 Jan 05
7
[Fwd: [win32utils-help][6822] Eventlog problem]
Dang, I thought we solved this. Any ideas? Dan PS - I realized after reading this I forgot to bump the version number for 0.3.3 - I''ve uploaded a new zip file with the correct version number. -------------- next part -------------- An embedded message was scrubbed... From: alain Fioretti <noreply at rubyforge.org> Subject: [win32utils-help][6822] Eventlog problem Date: Thu, 5
2005 Aug 30
0
No subject
...otwine/fake_windows/Program Files/Microsoft Office/Templates/Memos/Professional Memo.dot' as 'PROG~FBU' does not match 'Program Files' <CODE> Option Explicit Private Declare Function GetFullPathName Lib "kernel32" _ Alias "GetFullPathNameA" (ByVal lpFileName As String, _ ByVal nBufferLength As Long, ByVal lpBuffer As String, _ ByVal lpFilePart As String) As Long Sub test() Dim buff As String Dim ret As Long Dim pth As String pth = "/home/justin/.cxoffice/dotwine/fake_windows/pretest/GEM01494/GEM01494.rtf" buff = Space$(1024) ret...
2016 Feb 08
2
Compilation failure using mingw-w64 and gcc-5.3.0
...^ ../../include/share/win_utf8_io.h:54:43: warning: its scope is only this definition or declaration, which is probably not what you want ../../include/share/win_utf8_io.h:59:1: error: unknown type name 'HANDLE' HANDLE WINAPI CreateFile_utf8(const char *lpFileName, DWORD dwDesiredAccess, DWORD dwShareMode, LPSECURITY_ATTRIBUTES lpSecurityAttributes, DWORD dwCreati ^ ../../include/share/win_utf8_io.h:59:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CreateFile_utf8' HANDLE WINAPI CreateFi...
2006 Nov 27
1
R.DLL mapping by P/Invoke
...); [DllImport("Rproxy.dll", EntryPoint = "bdx_free at 4")] static extern void bdx_free(IntPtr bdx); #endregion #region <Win32 interop signatures> [DllImport("kernel32.dll")] static extern IntPtr LoadLibrary(string lpFileName); [DllImport("kernel32.dll", CharSet = CharSet.Ansi, ExactSpelling = true)] public static extern IntPtr GetProcAddress(IntPtr hModule, string procName); #endregion static string sg_dllVersion,sg_RHome,sg_RUsersHome; static IntPtr sg_hModR;...
2007 Oct 17
0
Using R.dll in .NET IPC
...); [DllImport("Rproxy.dll", EntryPoint = "bdx_free at 4")] static extern void bdx_free(IntPtr bdx); #endregion #region <Win32 interop signatures> [DllImport("kernel32.dll")] static extern IntPtr LoadLibrary(string lpFileName); [DllImport("kernel32.dll", CharSet = CharSet.Ansi, ExactSpelling = true)] public static extern IntPtr GetProcAddress(IntPtr hModule, string procName); #endregion static string sg_dllVersion,sg_RHome,sg_RUsersHome; static IntPtr sg_hModR;...
2017 Nov 09
10
Experiment on how to improve our temporary file handing.
Currently a power failure or other hard crash can cause lld leave a temporary file around. The same is true for other llvm tools. As an example, put a breakpoint in Writer.cpp:236 ("writeBuildId()") and restart the run a few times. You will get t.tmp43a735a t.tmp4deeabb t.tmp9bacdd3 t.tmpe4115c4 t.tmpeb01fff The same would happen if there was a fatal error between the