Advertisement

1 - 2 of 2 containing alltags:("rthread") (0 seconds)
Hello Experts,    I have problem in starting a thread within my application. From my knowledge, to start a thread, i call the below coding: // thread function    class MyClass : public CActi...
Zones: EPOC / Symbian ProgrammingDate Answered: 05/19/2004 Grade: A Views: 28
I have the code bellow: _LIT(KThreadName, "My Thread");             TInt res = m_iThread.Create(KThreadName, (TThreadFunction) ThreadCallBack, KDefaultStackSize,                         KMinHeapSize, KMinHeapSize*1024, th...
Zones: C++, ProgrammingDate Asked: 05/27/2008 Points: 125 Comments: 2
  • 1