Alright, here's one I'm not having any luck on. I need to write an application to go through a VBP file, determine the objects(components) and references. I need to then determine the version of each of these files to compare them to a test server...
I've taken apart the VBP and can easily get the filenames. Where I'm struggling is getting the version numbers. It looks simple, it looks like they are listed right before the filenames, but those are NOT valid version numbers... Take this for example.
Reference: craxddrt.dll
Listed in VBP: a.0
Actual Version Number: 10.0.0.533
Component: comdlg32.ocx
Listed in VBP: 1.2
Actual Version Number: 6.00.8418
ok... so, yeah, that's my issue. suggestions?
I've taken apart the VBP and can easily get the filenames. Where I'm struggling is getting the version numbers. It looks simple, it looks like they are listed right before the filenames, but those are NOT valid version numbers... Take this for example.
Reference: craxddrt.dll
Listed in VBP: a.0
Actual Version Number: 10.0.0.533
Component: comdlg32.ocx
Listed in VBP: 1.2
Actual Version Number: 6.00.8418
ok... so, yeah, that's my issue. suggestions?