WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: rsunde on February 03, 2014, 10:13:58 AM

Title: DLL cross reference?
Post by: rsunde on February 03, 2014, 10:13:58 AM
Is there an article or other means by which I can tell what a particular WB DLL relates to?
For instance, what are: wbdch34i.dll, wbddb34i.dll, wbddd34i.dll, etc.
It would be great to have a way to find that for all WB DLLs
Title: Re: DLL cross reference?
Post by: Deana on February 03, 2014, 10:34:29 AM
The 3rd and 4th characters of the WIL DLL name are a clue to the version.

Currently:
The 3rd character is an indicates the version number (converted to its alphabetic equivalent). for example: a=1, b=2, c=3 etc. So a = 2001, b= 2002, c= 2003 etc.
The 4th character is the version letter.