News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Retrieving the version of EXEs and DLLs

Started by Vortex, January 19, 2025, 05:26:52 AM

Previous topic - Next topic

Vortex

Here is a command line tool to get the version of the an exe\dll.

Tested on Windows 7 Sp1 :

GetFileVersion.exe C:\Windows\System32\ntdll.dll
6.1.7601.24545

NoCforMe

Here's my GUI file version display app. (Code available to those interested.)
Assembly language programming should be fun. That's why I do it.

Vortex


NoCforMe

Assembly language programming should be fun. That's why I do it.

NoCforMe

Hey, you should expand your version to show all the other interesting stuff that GetFileVersionInfo() gives you.

My source attached.
Assembly language programming should be fun. That's why I do it.

sinsi

Quotefatal error A1000:cannot open file : WhatVer_bitmaps.inc

NoCforMe

Aaargh. Sorry 'bout that; guess I didn't think anyone would actually want to download this.
Attached here. (This is my "poor man's resource file", an assembler include file that has the bitmaps as DB statements. Avoids use of the resource compiler.)
Assembly language programming should be fun. That's why I do it.