02-26-2025 09:29 AM
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.
I have added the CHR19032.dll into installer under “System” folder:
I've verified it's in the SysWOW64 folder after installation. What am I missing?
02-26-2025 09:44 AM - edited 02-26-2025 09:45 AM
@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.