Search found 16 matches: fileversion

Return to advanced search

Leer de un .RES (datos de version) incrustado en un .EXE

... Version ... como puedo leer la informacion que esta en "Version" desde dentro de mi aplicacion FHW, quisiera leer los datos como: FILEVERSION Product name Product version GRACIAS !!
by Enrrique Vertiz
Mon Mar 11, 2024 11:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Leer de un .RES (datos de version) incrustado en un .EXE
Replies: 3
Views: 117

SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info

hi, i can show Property of File like "FILEVERSION" https://i.postimg.cc/QMMy1b0r/File-Property.jpg now when have Multi-Media File i got "more" Information ... https://i.postimg.cc/NGnPTmr3/Multi-Media-Property.jpg ...
by Jimmy
Sat Dec 17, 2022 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SHOWFILEPROPERTIES -> TAB Detail -> MultiMedia Info
Replies: 10
Views: 497

Re: Draw a bitmap

... SCALE and use "native" Size p.s. i still have Problem using FiveWin / MSVC and Manifest which does not show "Detail" e.g. Fileversion
by Jimmy
Thu Oct 06, 2022 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Draw a bitmap
Replies: 6
Views: 432

Re: incorporar un certificado de confianza en EXE FiveWin

... recurso VERSIONINFO https://docs.microsoft.com/en-us/windows/desktop/menurc/versioninfo-resource Ejemplo LANGUAGE 0, SUBLANG_NEUTRAL 1 VERSIONINFO FILEVERSION 01,2,19,1 PRODUCTVERSION 01,2,19,0 FILEOS VOS__WINDOWS32 FILETYPE VFT_APP FILESUBTYPE VFT2_UNKNOWN FILEFLAGSMASK 0 FILEFLAGS 0 { BLOCK "StringFileInfo" ...
by cnavarro
Fri Feb 15, 2019 10:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: incorporar un certificado de confianza en EXE FiveWin
Replies: 10
Views: 2353

Edit version file inside a RES

... this file I have a "folder" called Version and inside this folder the "file" #1 In the "file" #1 I have the tags: FILEVERSION PRODUCTVERSION File version Product version I wish I could edit the value of these tags through a exe, for example: C:\MudaVersao.exe "C:\VersaoExe.res" ...
by sambomb
Fri May 02, 2014 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Edit version file inside a RES
Replies: 2
Views: 524

Re: Versioning on the About menu option

Hello, Insert at your .rc file: 1 VERSIONINFO LOADONCALL MOVEABLE FILEVERSION 2012, 0, 0, 0 PRODUCTVERSION 2012, 0, 0, 0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK FILEOS VOS_NT_WINDOWS32 FILETYPE VFT_APP { BLOCK "StringFileInfo" { BLOCK "040904b0" ...
by fivewin
Fri Jan 06, 2012 7:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Versioning on the About menu option
Replies: 5
Views: 2082

Re: HBMAKE error!

... fontes .c em uma única linha Exemplo: CFILES = $(FUNCOESC)\bpaint.c $(FUNCOESC)\Drives.c $(FUNCOESC)\getbtn.c // $(FUNCOESC)\wndRows.c $(FUNCOESC)\FileVersion.c $(CF) Esta é a forma correta: CFILES = $(FUNCOESC)\bpaint.c $(FUNCOESC)\Drives.c $(FUNCOESC)\getbtn.c $(FUNCOESC)\wndRows.c $(FUNCOESC)\FileVersion.c ...
by Márcio Augusto Cezar
Tue Sep 08, 2009 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMAKE error!
Replies: 1
Views: 318

Marc, I was recently reviewing how to set a build number into the EXE, in an automatic way. You could use a FILEVERSION resource information (please review FWH\samples\FileVer.prg). There you could write down the date and time of the build. Another interesting way is to call ...
by Antonio Linares
Mon Oct 06, 2008 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Link-date/time
Replies: 4
Views: 690

... only to create a productver.rc (or with the name you prefer) file with the following values to link to your app. *************** 1 VERSIONINFO FILEVERSION 2008, 0, 5, 6 PRODUCTVERSION 2008, 0, 5, 6 { BLOCK "StringFileInfo" { BLOCK "040904E4" { VALUE "Author", "Software XP's Devl.Team\000" VALUE ...
by Marco Turco
Tue May 06, 2008 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: File-information in exe-file
Replies: 8
Views: 1860

Hi Marc, in my resource file (.rc) i put the next code: // // Version Information resources // LANGUAGE LANG_SPANISH, 3 1 VERSIONINFO FILEVERSION 1,0,0,0 PRODUCTVERSION 1,0,0,0 FILEOS VOS__WINDOWS32 FILETYPE VFT_UNKNOWN BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040a04b0" BEGIN VALUE "Comments", ...
by Baxajaun
Tue May 06, 2008 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: File-information in exe-file
Replies: 8
Views: 1860

... "FiveWin.ch" //----------------------------------------------------------------------------// function GetExeVersion(cFile) return( ctod( GetFileVersionInfo( cFile, 13 ) ) ) return nil //----------------------------------------------------------------------------// #pragma BEGINDUMP #include ...
by Marco Turco
Tue May 06, 2008 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: File-information in exe-file
Replies: 8
Views: 1860

Re: Version del fichero ejecutable

... indicar como puedo insertar en el fichero ejecutable la version, y desde fivewin sacar su valor? En el fichero RC incluye esto: 1 VERSIONINFO FILEVERSION 1, 0, 0, 0 PRODUCTVERSION 1, 0, 0, 0 FILEOS VOS__WINDOWS16 { BLOCK "StringFileInfo" { BLOCK "040904E4" { VALUE "ProductVersion", " 1.0 ßeta" ...
by JmGarcia
Mon Mar 31, 2008 4:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Version del fichero ejecutable
Replies: 4
Views: 828

Como obtengo los valores de Identificacion definidos en RC

Hola a Todos El caso es que quisiera obtener los Valores que he definido en el RC... O sea tengo esto en el RC de la Aplicación... 1 VERSIONINFO FILEVERSION 2, 0, 2, 0 PRODUCTVERSION 2, 0, 2, 0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK FILEOS VOS_DOS_WINDOWS32 FILETYPE VFT_APP { BLOCK "StringFileInfo" ...
by gsabattino
Sun Aug 05, 2007 3:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como obtengo los valores de Identificacion definidos en RC
Replies: 2
Views: 860

... el ejemplo samples\TestFldb.prg. * Nuevo: FWH, samples\FileVer.prg y FileVer.rc muestran como manejar la información de versión del fichero "FileVersion" desde una aplicación. * Mejora: El fichero "Fivewin.ch" ha sido modificado para solucionar algunas incompatibilidades con xHarbour Builder. ...
by Antonio Linares
Sat Sep 02, 2006 8:14 am
 
Forum: WhatsNew / Novedades
Topic: FTDN new August 2006 build / nuevo build de Agosto 2006
Replies: 4
Views: 3470

FTDN new August 2006 build / nuevo build de Agosto 2006

... All you have is to specify BOTTOM clause. Please review samples\TestFldb.prg * New: FWH, samples\FileVer.prg and FileVer.rc shows how to manage FileVersion information from an application. * Enhancement: FiveWin.ch has been modified to solve some incompatibility issues with xHarbour Builder. ...
by Antonio Linares
Mon Aug 28, 2006 11:25 am
 
Forum: WhatsNew / Novedades
Topic: FTDN new August 2006 build / nuevo build de Agosto 2006
Replies: 4
Views: 3470
Next

Return to advanced search