LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

what's the differences between file version and product version in "Version Info" of "Target Settings for DLLs"

What's the differences between file version and product version in "Version Info" of "Target Settings for DLLs", when building a DLL?
0 Kudos
Message 1 of 2
(4,285 Views)
Hi,
 
It would be useful when your product, i mean your application has muiltiple dll's. File version refers to the dll version and the product version refers to the overall application version.
 
Ex;
 
My Application Ver 1.0
 - Str.dll Ver 1.3
 - Bool.dll Ver 1.2.1
 
My Application Ver 1.1
 - Str.dll Ver 1.3
 - Bool.dll Ver 1.3
 
Regards,
Siddu
0 Kudos
Message 2 of 2
(4,282 Views)