Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

converting a Labwindows 4.0.1 project to Labwindows 6.0 project

Please send me the information for converting a Labwindows 4.0.1 project to Labwindows 6.0 project.

The problem what I am facing is
A dll which is working in Labwindows 4.0.1 is not able to be recognized in Labwindows 6.0.

So Please help me as early as possible.
0 Kudos
Message 1 of 2
(2,996 Views)
Hello,
CVI 5.5 and above actually builds an executable instead of running a project from the CVI environment (as in CVI 5.0 and below), so all linked files have to be manually included within the project. For example, an instrument driver in the project that links to some dll will run in CVI 5.0 and below, but it will only run in CVI 5.5 if the lbrary file is included in the project. I hope this information helps.
0 Kudos
Message 2 of 2
(2,996 Views)