Threads not working on Nokia N95.

Login to reply to this topic.
Sun, 2007-10-07 08:35
Joined: 2007-05-01
Forum posts: 40

Hi

My application created some thread for some tasks which is working on the emultor.
But the problem is when i am self-signed the application and installed on N95 then I found that the thread never starts. I have checked the log file and comes to know that thread creation is successful.

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);
m_iThread1.Resume();

Here ExecuteThread1 is a static function.

Can anybody suggest me what might be the problem?

Thanks in Advance.
Nand Kumar.


Wed, 2007-10-10 19:21
Joined: 2007-05-01
Forum posts: 40
Re: Threads not working on Nokia N95.

Hi

Now the thread are working on the device N95.
My way of testing the thread was wrong.

Thanks
Nand Kumar.

  • Login to reply to this topic.