c++, playing a WAV file from Windows 7 Service -


i have c++ application plays wav file when conditions meet. works fine when running console, not work when running service. using playsound function, tried many flag combinations. playsound functions returns true, when called service. worked fine when running on windows xp service. looks 1 of security limitation windows 7. true? there way can play wav file windows 7 service in c++?

thanks!! john


Comments

Popular posts from this blog

c++ - protocol buffers - generate NON-inline accessors -

c# - issue attaching/adding an entity object which is detached from the DB Context? -