On windows XP (compiling with visual studio 2008) my calls to open thread result in the following error code:
OpenThread() failed: 5
I cant figure out the problem, nor what error code 5 is? Any help is appreciated :)
EDIT:
Then if i change my OpenThread call to:
OpenThread(THREAD_SET_INFORMATION, FALSE, dbg.dwThreadId))
It fails on:
if (GetThreadContext(thread, &context) == 0)
Thanks.