Displaying 4 results from an estimated 4 matches for "fileflagsmask".
2009 Dec 16
2
mac client: folder copy problem
Hi,
Server is debian lenny w/ samba 3.3.9.
Client is mac osx 10.5.x
Client tries to copy a folder on share. Only the folder is copied, it's
contents are not. An extra step is needed by the client to copy the
contents into the new folder on the share.
Anyone know of this problem?
regards,
Ryan
2009 Apr 01
1
problems with package tutorial
...earn a lot from.
Thanks a lot for any help/enlightenment.
#===========================================================================
=
#include <windows.h>
#include "Rversion.h"
VS_VERSION_INFO VERSIONINFO
FILEVERSION R_FILEVERSION
PRODUCTVERSION 3,0,0,0
FILEFLAGSMASK 0x3L
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
BEGIN
? ? ? BLOCK "StringFileInfo"
? ? ? BEGIN
? ? ? ? ? ? ? BLOCK "040904E4"
? ? ? ? ? ? ? BEGIN
? ? ? ? ? ? ? ? ? ? ? VALUE "FileDescription", "DLL for R package `test
Version: 0.0
Da...
2009 Mar 31
1
error when going through Alan Lenarcic's package Tutorial
...2.8.1 on windows. Oh,
also , if anyone does respond, I won't be able to respond back till after
11pm US ? Eastern Time. Thanks a lot.
#include <windows.h>
#include "Rversion.h"
VS_VERSION_INFO VERSIONINFO
FILEVERSION R_FILEVERSION
PRODUCTVERSION 3,0,0,0
FILEFLAGSMASK 0x3L
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
BEGIN
? ? ? BLOCK "StringFileInfo"
? ? ? BEGIN
? ? ? ? ? ? ? BLOCK "040904E4"
? ? ? ? ? ? ? BEGIN
? ? ? ? ? ? ? ? ? ? ? VALUE "FileDescription", "DLL for R package `test
Version: 0.0
Da...
2007 Jun 13
1
Resource version in php_xapian.dll (windows)
...c" in win32):
#include "winres.h"
#include "xapian\version.h"
#include "php_version.h"
VS_VERSION_INFO VERSIONINFO
FILEVERSION XAPIAN_MAJOR_VERSION,XAPIAN_MINOR_VERSION,XAPIAN_REVISION
PRODUCTVERSION XAPIAN_MAJOR_VERSION,XAPIAN_MINOR_VERSION,XAPIAN_REVISION
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0x0L
#endif
FILEOS VOS__WINDOWS32
FILETYPE VFT_DLL
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "ProductName", "Xapian"...