Hi,
if i create a BASSTimer in a thread i'm unable to Stop the timer from MainThread.
BASSTimer.Stop() don't come back.
It only works if i create a new thread to stop the timer, but if i wait for it (thread.Join()) the Stop() also don't come back.
Whats the right way to handle this?
thanks