Log in

View Full Version : How to identify DGDecode.dll


hank315
29th November 2005, 00:09
Is there a way to identify the different versions of DGDecode.dll ?
All versions of DGDecode seem to have no file version information so it's hard to pick the right one for different D2V projects.

unskinnyboy
29th November 2005, 00:15
Something similar: http://forum.doom9.org/showthread.php?t=100153

hank315
29th November 2005, 00:34
Thanks, already read that one :)
ATM I read the first line of the D2V file to get the version.
If this version number was also in the file version information block of DGDecode.dll it would make it a lot easier to pick the right version.
Using the wrong version produces a nice program crash :(

Guest
29th November 2005, 00:47
E:\DGMPGDec\DGDecode\Release>strings dgdecode.dll | grep "DGDecode 1."
DGDecode 1.4.6b2
E:\DGMPGDec\DGDecode\Release>

I'll add the version info to the next release, but it won't help with the versions already out there.

hank315
29th November 2005, 01:02
I'll add the version info to the next releaseThanks...