Tagged Questions

2
votes
4answers
2k views

waveOut (Win32API) and multithreading

I cannot find any information about the thread-safety of the waveOut API. After i creating new waveOut handle, i have those threads: Thread 1: Buffers handling. Uses those API functions: ...
0
votes
1answer
142 views

Splash screen thread throwing errors. How to resolve? (Code & Errors Included)

I have some errors with my splash screen that I have been working on for a while and can't figure out. Is there a better way to time my splash screen than a thread? What's wrong with my current ...