11-13-2008 06:25 AM
Hello,
does anybody has an example code on how to get the version of a DLL file? I know it should work with the GetFileVersionInfo(..) function, but I get project link errors, altough including "window.h"
Thanks!
Greg
Solved! Go to Solution.
11-13-2008 08:42 AM
just found the solution in the SDK samples samples\sdk\verinfo\verinfo.cws". ...
09-08-2014 04:24 PM
hello,
where is this location, is it in labview examples, unable to find it.
can you please post it
Thank you
09-08-2014 09:50 PM
09-09-2014 09:07 AM - edited 09-09-2014 09:09 AM
Hello freemason,
This is the LabWindows/CVI board, which a C programming environment. If you are looking for LabVIEW help, I suggest posting to the LabVIEW board.
That being said, I did find this example for getting file version info for DLLs and executables: Community Example: Get File Version Info.
I also found this KnowledgeBase article about getting the version of an executable in LabVIEW.
Hope that helps,
09-10-2014 12:06 PM
Thanks for the help got it