Threads not working on Nokia N95.
| Sun, 2007-10-07 08:35 | |
|
Hi My application created some thread for some tasks which is working on the emultor. I am using S60 3rd edition FP1 SDK for the development purpose. Below is the code for creating the thread. TInt aResult = m_iThread1.Create( _L("Thread1") , ExecuteThread1, 512, NULL, NULL);Here ExecuteThread1 is a static function. Can anybody suggest me what might be the problem? Thanks in Advance. |
|






Forum posts: 40
Hi
Now the thread are working on the device N95.
My way of testing the thread was wrong.
Thanks
Nand Kumar.