Hi,
I'm facing a strange problem related to the notification mechanism of DirectSoundBuffer8, which occurs only on vista(R)
There are no events 'fired' for the playback, capture is working fine. The stuff works on 98SE/2k/XP without problems. I tried creating the buffers either via split creation (DirectSound8Create & DirectSoundCaptureCreate8) and via the FullDuplexInterface.
The software uses threads to wait for the events.
Any hints?
Tomy