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...
http://www.experts-exchange.com/Programming/Handhelds_-_PDAs/EPOC_-_Symbian_OS_Programming...
I have the code bellow:
_LIT(KThreadName, "My Thread");
TInt res = m_iThread.Create(KThreadName, (TThreadFunction) ThreadCallBack, KDefaultStackSize,
KMinHeapSize, KMinHeapSize*1024, th...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23434201.html