zachdms
14th March 2007, 22:27
This is dumb, but at least the 1.1.12 xvid decoder dlls don't have version numbers:
===
C:\WINDOWS\system32>filever xvid*
--a-- W32i - - - - 77,824 11-01-106 xvid.ax
--a-- W32i - - - - 765,952 11-01-106 xvidcore.dll
--a-- W32i - - - - 180,224 11-01-106 xvidvfw.dll
===
Version numbers are really helpful for helping track what version a user has when you get a crash dump. (I was looking at user crash dumps today and noticed this. I'm pretty sure they had an old version that was crashing, but realized that without this bit of data I could be guessing a little more than usual.)
===
C:\WINDOWS\system32>filever xvid*
--a-- W32i - - - - 77,824 11-01-106 xvid.ax
--a-- W32i - - - - 765,952 11-01-106 xvidcore.dll
--a-- W32i - - - - 180,224 11-01-106 xvidvfw.dll
===
Version numbers are really helpful for helping track what version a user has when you get a crash dump. (I was looking at user crash dumps today and noticed this. I'm pretty sure they had an old version that was crashing, but realized that without this bit of data I could be guessing a little more than usual.)