thread problem
| Fri, 2008-04-04 17:45 | |
|
I've a problem to create a thread. The create function return a good result, the function thread is not fired. why ??? this is my code if ((iThreadCodec.Create(_L("codec"), ExecuteThreadEncode, 4096, NULL, this))==KErrNone) TInt Cmycls::ExecuteThreadEncode(TAny *aPtr) thanks at all |
|






Forum posts: 72
Do you need put the thread in stack?
Forum posts: 672
Are you sure that's your code? It shouldn't even compile. Show the actual code, no use commeting on a code which shouldn't even compile. Also, tell how you have verified the thread function hasn't been called.
Forum posts: 9
thank at all now work.... my problem