Displaying 5 results from an estimated 5 matches for "stringfileinfo".
2007 Jul 09
1
BLAS / LAPACK version information from within R-session?
...may ---at least
on Win32--- even replace the standard Rblas.dll by some of the
"better" Rblas.dll 's available on
http://cran.at.r-project.org/bin/windows/contrib/ATLAS/
without telling R in any way before launching R.
In the (Win32) case I imagine you could read out the
StringFileInfo
of the Rblas.dll being used --- which, for the time
being, however, does not yet contain information on
the BLAS version. But a (mid term) solution could be:
(1) For building Rblas.dll from source, extend
src/gnuwin/dllversion.rc
from the standard R tar-ball to a new ressource file, say,...
2009 Apr 01
1
problems with package tutorial
...=============================================
=
#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 Package
Author: Mark Leeds <markleeds at verizon.net>...
2009 Mar 31
1
error when going through Alan Lenarcic's package Tutorial
...ll 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 Package
Author: Mark Leeds <[1]markleeds at verizon.net>...
2009 Feb 04
12
Detecting a programm runs using Wine
Is there absolutelu no (unofficial) way to detect whether a programm is running using Wine?
In this way a programm could decide to use other routines for those features that do not work fine using Wine.
2007 Jun 13
1
Resource version in php_xapian.dll (windows)
...ILEVERSION 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", "Xapian " XAPIAN_VERSION "
bindings for PH...