I am trying to write a utility to scan the DLL files I have produced (in a seperate directory from Windows!) and display/print the version details, as normally available when right-clicking on a file in Windows explorer. I am using Windows NT 4.0 and CVI version 5.5.
Rotty, You might want to check out an example in National Instruments site that demonstrates how to use Windwos SDK functions to retrieve version information from a .dll or .exe module.
Or if the link does work, go to "http://zone.ni.com" and look for the Resource Library and do a search for "windows sdk." The search returns about 20 documents and the title of the example I'm referring to is "Retrieve the version information of a .dll or .exe module"
Right now we do not have any functions in CVI that can read version details from a DLL. CVI does have functions that can find the size, data, time, whether the file is Read-Only, Hidden, Archive or a System file.