02-11-2009 08:28 PM
Dear Sir
我將LABVIEW編完之後的DLL給VC使用,也灌了runtime engine 8.5 ,在執行的時候會跳出,而無法執行,但是灌了完整的labview 8.5
則可以順利執行,請問除了灌runtime engine 8.5,還需要灌什麼軟體嗎?
謝謝
02-12-2009 05:20 PM
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?
02-12-2009 07:35 PM
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
02-13-2009 09:58 AM