LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

installing lvsound2.dll?

Solved!
Go to solution

I have a labview program that I compile on one computer, then deploy and run on another.  In the past, to get this to work, I just installed the labview runtime library on the target computer along with the compiled program.

 

Recently I tried this on a new target and when I tried to run the program I get an error that lvsound2.dll can't be found. 

 

i found this thread... https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019TrkSAE&l=en-US  but the folder <Program Files>\National Instruments\LabVIEW 20XX\ doesn't exist on the target computer.

 

Where should I look for lvsound2.dll?  How can I get this working?

 

Thanks

 

0 Kudos
Message 1 of 3
(1,724 Views)
Solution
Accepted by topic author J_Webster

Hi,

 

When you compile the application, LabVIEW should include lvsound2.dll in the data subfolder of the build output folder. So the build output should be something like this, where lvsound2.dll is automatically included in the data folder:

 

Dataflow_G_0-1645582630363.png

 

 

Provided you have the LabVIEW runtime installed on the target computer, you just need to make sure you copy over the compiled application, including the data subfolder.

Message 2 of 3
(1,690 Views)

Ah yes, thanks.  I think I knew that but was in a hurry and stopped thinking for a bit.

 

Cheers

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