02-04-2009 11:08 PM
Hi All,
Can anyone help me to change the version of dll build using labview? The dll has property name file version and I want to change this version form 1.0.0.0 to 1.0.0.1. Is there any option to change this version while building dll or from vi properties?
I am using Labview 7.1 and My Operating system is WinXP
Regards
Assumptha
02-05-2009 01:38 AM
assumptha wrote:Hi All,
Can anyone help me to change the version of dll build using labview? The dll has property name file version and I want to change this version form 1.0.0.0 to 1.0.0.1. Is there any option to change this version while building dll or from vi properties?
I am using Labview 7.1 and My Operating system is WinXP
Regards
Assumptha
The easy but not free solution is to upgrade to LabVIEW 8.x. The project environment for DLL targets has a specific section to set the DLL version and other properties that get into the version resource.
The free but not so trivial solution is to find a resource editor that can deal with version resources (not so difficult), and can extract and modify and put back resources into a compiled binary image (a bit more difficult).
Rolf Kalbermatter