Displaying 5 results from an estimated 5 matches for "vs_version_info".
2009 Dec 17
2
'Setup cannot find necessary files' message
Running Wine 1.0.1 in Ubuntu 9.10, trying to install FileMaker Pro 9 from CD. (Install from this CD works fine on Windows machine.)
'Setup cannot find necessary files' message appears when launching setup.exe with Wine.
WINEDEBUG=+loaddll on setup.exe gives the output below; looks like all needed .dlls are there.
Same problem reported on Ubuntu forums earlier in 2009 by another user:
2009 Apr 01
1
problems with package tutorial
...continue my learning
experience. It's a very nice example that I could really learn 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
? ? ? ? ? ? ? ? ? ? ? VA...
2009 Mar 31
1
error when going through Alan Lenarcic's package Tutorial
...file and NAMESPACE file?
or the link to his package tutorial etc. ? I'm using R 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
? ? ? ? ? ? ? ? ? ? ? VA...
2007 Jun 13
1
Resource version in php_xapian.dll (windows)
...DIR)\main" \
/d PHP_MAJOR_VERSION="\"$(PHP_MAJOR_VERSION)\"" \
version.rc
- and here is the resource file I use (new file "version.rc" 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...
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.