LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Does StartPCSound requires low level support driver?

I am using the function StartPCSound() on an application that I am running directly from a CD. I think I have all of the required run time engine .dll's and support files on the CD, and the application runs fine with the exception that my calls to StartPCSound() do not work. If I install the full CVI 8.0 run time engine, and re-boot the PC, then it works. However I need this application to run directly from the CD without doing a RTE install. Is there any way to accomplish this?
0 Kudos
Message 1 of 2
(2,864 Views)
It looks like StartPCSound() does require the low level driver.

You can use the Beep function instead, which is part of the Windows SDK.



Bilal Durrani
NI
0 Kudos
Message 2 of 2
(2,851 Views)