search for: setfileattributesw

Displaying 4 results from an estimated 4 matches for "setfileattributesw".

Did you mean: setfileattributes
2004 Jun 29
1
wine and office 2000
...not load 'ODBC.DLL' required by '(AME)', error=2 Could not load 'ODBC.DLL' required by '(AME)', error=2 fixme:storage:StgCreateDocfile Transacted mode not implemented. fixme:storage:StorageImpl_Commit (1): stub! fixme:storage:StorageImpl_Commit (1): stub! fixme:file:SetFileAttributesW (L"C:\\Config.Msi\\3367.rbf"):8000 attribute(s) not implemented. fixme:file:SetFileAttributesW (L"C:\\Config.Msi\\3368.rbf"):8000 attribute(s) not implemented. fixme:file:SetFileAttributesW (L"C:\\Config.Msi\\3369.rbf"):8000 attribute(s) not implemented. fixme:file:Set...
2003 Nov 27
1
Winword keeps on running Configuration Setup
...icrosoft Office\\Office\\;;C:\\WINDOWS\\SYSTEM", (null), (nil)): stub fixme:imagehlp:BindImageEx (0, "C:\\Program Files\\Microsoft Office\\Office\\1033\\WW9INTL.DLL", "C:\\Program Files\\Microsoft Office\\Office\\1033\\;;C:\\WINDOWS\\SYSTEM", (null), (nil)): stub fixme:file:SetFileAttributesW (L"C:\\Config.Msi\\42a6076.rbf"):8000 attribute(s) not implemented. fixme:file:SetFileAttributesW (L"C:\\Config.Msi\\42a6077.rbf"):8000 attribute(s) not implemented. fixme:file:SetFileAttributesW (L"C:\\Config.Msi\\42a6078.rbf"):8000 attribute(s) not implemented. fixme...
2012 Jun 19
0
[LLVMdev] llvm/include/Support/FileSystem.h
This is a proposed patch to enhance FileSystem.h to add functionality (getting and setting permission bits and mapping an unmapping files). This implementation follows the N3365 proposal regarding permission bits. This functionality is needed for my next patch which will implement llvm/include/Support/FileOutputBuffer.h which is needed by lld. -------------- next part -------------- A
2012 May 18
2
[LLVMdev] [RFC] llvm/include/Support/FileOutputBuffer.h
On Fri, May 18, 2012 at 3:07 PM, Michael Spencer <bigcheesegs at gmail.com> wrote: > >> +  error_code ec = sys::fs::status(filePathTwine, stat); > > stat is undefined if ec isn't success. ec will be success even in the case of > file_not_found. Actually I was wrong. The Windows and UNIX implementation disagree on this point. I'm going to change it to match