LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

repackaging an instrument driver with CVI

Is it possible to create a distribution in CVI with out any source code to be compiled ?

Background : We want to port a program which uses an old HP 8712 analyzer to Windows 7 ( 64bit edition) . The installer for the instrument driver is a 16bit program . So it doesn't run on Windows 7 any more. The instrument driver  itself is a 32bit dll. But the source code provided is written in C++.So  you can't recompile from sources in CVI. The Idea is now to install the driver on  XP (32bit) and create an CVI distribution, which only contains the files installed by the old installer.

Is this possible ?  

0 Kudos
Message 1 of 3
(3,624 Views)

 

Hi mkossmann,

 

did you try to build a dummy project? At which point did you get stuck?

 

Kind Regads

0 Kudos
Message 2 of 3
(3,591 Views)

Well I created a new worksspace/project in CVI 2009 with all needed files included:

 

prj.jpg

 

Then I created a distribution:

 

dist.jpg

 

When building the distribution it complains about a wrong output path:

errormsg.jpg

 

And trying to look into the output directory with with "explore output directory" shows that the output directory wasn't created:

dist.jpg

 

errormsg2.jpg

0 Kudos
Message 3 of 3
(3,558 Views)