I have a program that starts a thread from the main Dialog's callback function (on %WM_INITDIALOG)
When the thread stops, the main dialog callback also seems to die (cpu at 100%, screen frozen)
Is it allowed to start threads from a callback? I've found lots of info on how and why to start threads,
but not on where not to start them
------------------
Peter.
mailto
[email protected][email protected]</A>
When the thread stops, the main dialog callback also seems to die (cpu at 100%, screen frozen)
Is it allowed to start threads from a callback? I've found lots of info on how and why to start threads,
but not on where not to start them

------------------
Peter.
mailto

Comment