Hi,
I am using Symbian sdk S80 C++.
My aim is to open a word document using symbian sdk C++.
Below is the snippet of the code I am running:
_LIT( KAStartSISFileName2, "C:\\winword.exe" );
RApaLsSession iApaLsSession;
iApaLsSession.Connect();
TThreadId threadId;
iApaLsSession.StartDocument( KAStartSISFileName2,threadId );
This code crashes at StartDocument() call.
Can anybody help me in this?
Thanks & Regards,
Shiwali.



