Re: Call Non-static method on static method
it looks absurd.
Why are you using win api for threads in a Qt class when Qt provides cross platform support for threads?
CreateThread is not portable, and is more clunky and difficult to use than QThread. Why aren't you using QThread?
If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.
Bookmarks