Displaying 15 results from an estimated 15 matches for "fileversion".
Did you mean:
file_version
2009 Apr 01
1
problems with package tutorial
...nce. 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
? ? ? ? ? ? ? ? ? ? ? VALUE "FileDescription&q...
2009 Mar 31
1
error when going through Alan Lenarcic's package Tutorial
...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
? ? ? ? ? ? ? ? ? ? ? VALUE "FileDescription&q...
2007 Jun 13
1
Resource version in php_xapian.dll (windows)
...P_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
BLOCK "StringFile...
2002 Sep 09
1
cupsaddsmb - problem; once again
...4.3"
*% =======================================================
*% Printer Description File
*% Copyright 1992-98 Hewlett-Packard Company
*%========================================================
*% PPD for HP LaserJet 8000 Series
*% For Windows NT 4.0
*% === PPD File Version Information ====
*FileVersion: "1.30"
*FormatVersion: "4.3"
*LanguageEncoding: ISOLatin1
*LanguageVersion: GERMAN
*PCFileName: "HP8000_6.PPD"
*% === Product Version Information ====
*ModelName: "HP LaserJet 8000 Series"
*ShortNickName: "HP LaserJet 8000 Series PS&...
2008 Apr 19
1
nondigits in R_FILEVERSION mess up Windows build
...t;gcc -E -xc -DRC_INVOKED" -i rcico.rc -o rcico.o
c:\Rtools\MinGW\bin\windres.exe: rcico.rc:9: syntax error
make[3]: *** [rcico.o] Error 1
make[2]: *** [Rpwd] Error 2
make[1]: *** [front-ends/Rpwd.exe] Error 2
make: *** [all] Error 2
Line 9 of src\gnuwin32\front-ends\rcico.rc is
FILEVERSION R_FILEVERSION
The problem was that my change to MkRules caused 'svnversion' to put an
'M' (modified) on the end of the svn version it reports. This svn
version number is used in the R_FILEVERSION macro, which is used in in
the *.rc files. The resource file compiler, windres, appea...
2012 Feb 17
2
DC Universe Online not working with new nvidia drivers
...0000-0xF7656000">psapi.dll</module>
<module base="0x7E990000-0x7E9DD000">dbghelp.dll</module>
<module base="0x7E780000-0x7E97F000">shell32.dll</module>
<module base="0x77F60000-0x77FD6000"
FileVersion="6.00.2900.2995 (xpsp.060913-0019)"
FileDescription="Shell Light-weight Utility Library"
CompanyName="Microsoft Corporation"
OriginalFilename="SHLWAPI.DLL">shlwapi.dll</module>
<module base=&...
2008 Apr 29
1
non-digits in svnversion output mess up windows build if USE_SVNVERSION=yes (PR#11339)
...t;gcc -E -xc -DRC_INVOKED" -i rcico.rc -o rcico.o
c:\Rtools\MinGW\bin\windres.exe: rcico.rc:9: syntax error
make[3]: *** [rcico.o] Error 1
make[2]: *** [Rpwd] Error 2
make[1]: *** [front-ends/Rpwd.exe] Error 2
make: *** [all] Error 2
Line 9 of src\gnuwin32\front-ends\rcico.rc is
FILEVERSION R_FILEVERSION
The problem was that my change to MkRules caused 'svnversion' to put an
'M' (modified) on the end of the svn version it reports. This svn
version number is used in the R_FILEVERSION macro, which is used in in
the *.rc files. The resource file compiler, windres, appea...
2008 Apr 29
0
non-digits in svnversion output mess up windows build if (PR#11340)
...co.rc -o rcico.o
> c:\Rtools\MinGW\bin\windres.exe: rcico.rc:9: syntax error
> make[3]: *** [rcico.o] Error 1
> make[2]: *** [Rpwd] Error 2
> make[1]: *** [front-ends/Rpwd.exe] Error 2
> make: *** [all] Error 2
>
> Line 9 of src\gnuwin32\front-ends\rcico.rc is
> FILEVERSION R_FILEVERSION
> The problem was that my change to MkRules caused 'svnversion' to put an
> 'M' (modified) on the end of the svn version it reports. This svn
> version number is used in the R_FILEVERSION macro, which is used in in
> the *.rc files. The resource file comp...
2008 Apr 29
0
non-digits in svnversion output mess up windows build if (PR#11341)
...MinGW\bin\windres.exe: rcico.rc:9: syntax error
> > make[3]: *** [rcico.o] Error 1
> > make[2]: *** [Rpwd] Error 2
> > make[1]: *** [front-ends/Rpwd.exe] Error 2
> > make: *** [all] Error 2
> >
> > Line 9 of src\gnuwin32\front-ends\rcico.rc is
> > FILEVERSION R_FILEVERSION
> > The problem was that my change to MkRules caused 'svnversion' to put an
> > 'M' (modified) on the end of the svn version it reports. This svn
> > version number is used in the R_FILEVERSION macro, which is used in in
> > the *.rc files. Th...
2003 Aug 15
2
CUPS/Printing
...le
that I think Red Hat has generated. This (apparently) provides lots of info
on the ppd in use and
printer languages and so on.
Any help would be very very much appreciated
matt
----------------------------------------------------------------------------
------
*FormatVersion: "4.3"
*FileVersion: "1.1"
*LanguageVersion: English
*LanguageEncoding: ISOLatin1
*PCFileName: "HPIJS.PPD"
*Manufacturer: "HEWLETT-PACKARD"
*Product: "DESKJET 930C"
*cupsVersion: 1.0
*cupsManualCopies: True
*cupsModelNumber: 2
*cupsFilter: "application/vnd...
2020 Aug 07
0
Wine release 5.0.2
...ileA/W stub.
Bernhard ?belacker (1):
cmd: Fix crash in if condition parsing.
Brendan Shanks (3):
dinput: Fix crash in dump_DIEFFECT() when rglDirection is unexpectedly NULL.
dinput: Fix crash in dump_DIEFFECT() when lpvTypeSpecificParams is unexpectedly NULL.
vulkan-1: Set FILEVERSION to fix official Vulkan loader installer.
Damjan Jovanovic (5):
shell32/tests: Test shlexec argv[0], and same-named executables in a different directory.
shell32: Simplify SHELL_execute().
shell32: Pass the executable's full path from SHELL_execute() to CreateProcess()....
2011 Jan 12
14
Problems with DC Universe Online
Has anyone had any luck running DC Universe Online on wine? I'm having problems booting the station launcher:
Distro: Ubuntu 10.04
Wine: Latest Stable from repo
Stack output
Code:
C:\program files\steam\steamapps\common\dc universe online>Registration.url
File not found
Install script executed.err:ole:RevokeDragDrop invalid hwnd (nil)
err:ole:RevokeDragDrop invalid hwnd 0x7011a
2007 Mar 16
0
Wine release 0.9.33
...Polish translation.
localspl: Add Polish translation.
comctl32: Register all the controls in DllMain.
Paul Vriens (24):
advapi32/tests: Make use of skip.
shell32/tests: Rewording and cleanup.
msi/tests: Properly cleanup after each test.
programs/winetest: Raise fileversion.
mapi32/tests: Don't run tests if functions are not implemented.
advapi32/tests: Don't use FreeLibrary with GetModuleHandle.
advapi32/tests: Move skip to a more appropriate place.
gdi32/tests: Make sure we can run on win9x and NT again.
gdi32/tests: Use skip wh...
2003 Mar 29
7
Difficulty with Samba 2.2.8 and native CUPS PS drivers
I've recently attempted to convert from the Adobe PostScript drivers for my
Canon BJC=2110 printer over to the native CUPS Windows PS drivers and can't
quite get things to work correctly. After deleting the printer on my
WinXP SP1 clients, verifying under "Server Properties" that the Adobe driver
was removed, then reconnecting to my Samba printer, I connect fine but receive
2020 Mar 27
0
Wine release 5.5
...ment MediaStreamFilter::Stop, ::Pause, and ::Run.
Bernhard ?belacker (1):
ws2_32: Add stub implementation for WSCGetProviderInfo.
Biswapriyo Nath (2):
include/dxva: Add HEVC and VP8/VP9 structures.
include/wincodec.idl: Add missing GUIDs.
Brendan Shanks (4):
vulkan-1: Set FILEVERSION to fix official Vulkan loader installer.
dinput: Fix crash in dump_DIEFFECT() when rglDirection is unexpectedly NULL.
dinput/tests: Test IDirectInputEffect::SetParameters() with NULL effect parameters.
dinput: Fix IDirectInputEffect::SetParameters() behavior with NULL effect param...