LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VC 會跳開的問題

Dear Sir

 

我將LABVIEW編完之後的DLL給VC使用,也灌了runtime engine 8.5 ,在執行的時候會跳出,而無法執行,但是灌了完整的labview 8.5

則可以順利執行,請問除了灌runtime engine 8.5,還需要灌什麼軟體嗎?

 

謝謝

0 Kudos
Message 1 of 4
(3,271 Views)

I'm not 100% sure with the translation (used Google), but I think the user is saying they created a LabVIEW DLL with LabVIEW 8.5 and they're trying to use it in a VisualC app (presumably on another computer), but it's not working. Only doing a full install of LabVIEW 8.5 on the machine running VisualC allows the DLL to work.

 

Assuming the poster can translate back: My guess would be that you are using some other software, like VISA or something. If so, you need to install the Runtime for these software components. What is your LabVIEW DLL doing?

0 Kudos
Message 2 of 4
(3,248 Views)

Dear Sir

 

Thanks for your replying.

 

I just use attached file to build dll and visual studio 2005 call this dll.

 

The dll function is generating sound by sound card.

 

thanks

 

0 Kudos
Message 3 of 4
(3,239 Views)
Since your program is using the sound functions, it's using the lvsound.dll file. I don't believe this file is included with the Runtime Engine. This DLL is located in the "C:\Program Files\National Instruments\LabVIEW 8.x\resource" folder. You can add this DLL to your project file so that it gets included when you build the DLL or you can copy the DLL manually to wherever you're placing the LabVIEW DLL.
0 Kudos
Message 4 of 4
(3,229 Views)