LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I use CVI activeX server API to set copyright information for a CVI project

Seems like CVI_AppSetProjectVersionInfo function can only set product/file numeric version and text version information (e.g, 3.1.0), are there any way to let me set those other version information, such as copyright, company name, internal name, product name and so on.  Please help me out.
 
Thanks,
lcy 
0 Kudos
Message 1 of 4
(3,077 Views)

There does not seem to be a good way to do this via the activex interface. You can editing the project file to manipulate this information. It has a ini format, so you can open it up on notepad to view the project settings. Make sure you load the project after you have made the required changes.

You can provide product feedback for CVI by using this link. This will provide feedback to the R&D groups to consider adding this capability in future versions of CVI.

I hope this helps.


Bilal Durrani
NI
0 Kudos
Message 2 of 4
(3,065 Views)
Thank you, Bilal!  I already provided my feedback to NI.  Hope I will see such interface in future CVI:-)  BTW,  will the project file format be changed in the future version?
 
 
lcy
0 Kudos
Message 3 of 4
(3,047 Views)
While we cannot guarantee that we will not change project formats, we always try to ensure that we can read older CVI projects and try and remain as backwards compatible as possible. If you just change those elements in the project file, it should work in future versions of CVI.

Bilal Durrani
NI
0 Kudos
Message 4 of 4
(3,032 Views)