>
> It compiles and seems to work now. I have uploaded my changed >pprovista.cpp
> file and the pprovista.dll file to the temp folder in >a file called
> compiled_pprovista.zip for you to review.
That's great, thanks. By "seems to work", do you mean that volume and mute
controls work on vista?
Here is a short test script that should display (starting from top of debug
listbox):
vol: 57
vol: 63
vol: 60
mute: 0
mute: 1
//here is test script
if (not muted)
exec.mute
win.debug("mute:", muted)
exec.mute
win.debug("mute:",muted)
exec.volumeall(60)
win.debug("vol:", volume)
exec.volumeall("+3")
win.debug("vol:",volume)
exec.volumeall("-6")
win.debug("vol:",volume)