A better way? Where can I get the needed msdetstf.dll for 'importing' into my project? I'm afraid that I have not had a chance to work with the new Delphi 3 yet but perhaps you could use a couple of Win32 API calls to get the information that you need. You can use GetFileVersionInfo to get the version information structure for any file that uses this resource. I have done this in VB with success. The calls in Delphi should be even easier (although I have not yet done them in Delphi so can not include sample code).