Strange issue with InitSound() and Global keyboard shortcuts
Posted: Sun Sep 01, 2013 7:01 pm
I traced an issue I had with system-wide keyboard shortcuts on Windows (for instance, Win+E to bring up Explorer) to InitSound()!
The issue can be reproduced with this very simple one-liner:
Basically, what I experience is that when this is running, Win+E hangs until the my application has exited.
Is this a known issue? Can someone reproduce it? (My environment: PB5.11, win XP)
The issue can be reproduced with this very simple one-liner:
Code: Select all
InitSound() : Delay (10000)Is this a known issue? Can someone reproduce it? (My environment: PB5.11, win XP)