Displaying 2 results from an estimated 2 matches for "denynon".
Did you mean:
denynone
2003 Mar 15
1
File locking with different (client) platforms
...shares> $HOME/path -o
credentials=<file>,ip=<ip>,debug=0,workgroup=<name>,port=139,iocharset=8859-15
Working only with Windows clients is ok. If they open a document, the
file is locked for other users in network.
On Samba Server Status (Swat) open files are visible:
Sharing-DenyNone, Read/Write, No Oplock (Winword), Excl.+Batch Oplock
(OOWriter)
Working with OOWriter on Linux Workstation shows the following:
Sharing-DenyNone, Read/Write, No Oplock (OOWriter)
In practice file locking by opening the same document (on Samba-Server)
between Winword and OpenOffice is working g...
2008 Feb 04
5
WinXP/x64 - MFC CFile objects leak parent directory handles
...166 CString CWaitForChangedFile::GetFileContent()
167 { if (mstrFilePath.IsEmpty())
168 return "";
169 _my_TRY
170 CFile file(mstrFilePath,
CFile::modeRead |
CFile::shareDenyNone);
171 int size = (int)file.GetLength();
172 CString text;
173 file.Close();
174 text.Format("%d", size);
175 return text;
176 _my_REPORT_EXCEPTION_ALL
177 return "ERROR!!!!!"...