LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Add CHR19032.dll to the installer

I created a program using LabVIEW 2015 to control the Chroma ESA Model 19032 Tester using CHR19032 drivers. It works perfectly on my development computer. However, when I deploy the program to a test computer, I get errors saying it can't find the CHR19032.dll.

slezingerb_0-1740583635376.png

 

 

I have added the CHR19032.dll into installer under “System” folder:

slezingerb_1-1740583635377.jpeg

 

 

I've verified it's in the SysWOW64 folder after installation. What am I missing?

0 Kudos
Message 1 of 2
(265 Views)

@slezingerb wrote:

What am I missing?


C runtime dependencies!

If that DLL was created with Visual Studio 2013 or earlier, which it likely is, you need the according Microsoft Visual C runtime support installed. For each Visual Studio version a different C runtime version.

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 2 of 2
(260 Views)