search for: vos__windows32

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

2001 Jan 30
4
Link with C code
Hello, I am using cygwin (latest version) and I managed to generate a dll partly with rcmd shlib although there was a problem with both the resouce file (I had to remove "FILEOS VOS__WINDOWS32") and the command line for gcc (--shared is not supported for instance). So I would like to know which compiler/environment you advise to use for windows OS. Then I could load the library in R but couldn''t call any method. Is there a function to know which functions have been succe...
2009 Apr 01
1
problems with package tutorial
...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 Date: 2009-03-31 Title: Test...
2009 Mar 31
1
error when going through Alan Lenarcic's package Tutorial
...o , 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 Date: 2009-03-31 Title: Test...
2007 Jun 13
1
Resource version in php_xapian.dll (windows)
...quot;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" VALUE "ProductVersion", XAPIAN_VERSION VALUE "FileDescription", &...