Hi Rama, Thanks for your article.Could u please explains step by step to create this project from the scratch. Regards, -Umashankar H.MReply
Originally posted by: ALN SaiSrinivas
Dear Ramakerishna,
Really u did a wonderful job for beginers of COM Thraeding Models.Congratulations.Plz continue ur series of articles.
Regards
SaiSrinivas
Originally posted by: Rami
Thanks for your effort.
ReplyOriginally posted by: Paul Fred
the article is so wonderful that i've never seen.
ReplyOriginally posted by: Karen Bui
Thank Rama, for giving the example with great details.
Originally posted by: Davroz_star
I have just discovered "OleMainThreadWndName" on my computer, it appears when i connect to a webpage ....is this normal? sorry if i seem dull ...its cos i am :D
~Davroz_star@go.com~
ReplyOriginally posted by: Brad
Good Job!
ReplyOriginally posted by: Faizal P
nice one...
I need All informations with samples, please send me as soon as possible.
ReplyOriginally posted by: Ravi
Good One.....exposes the practical aspects of threadin model and explains what 's hapen behind the scenes.
ReplyOriginally posted by: Sumall Guo
unsigned int _stdcall ThreadProc(LPVOID pParam)
{
CComInit cominit(COINIT_APARTMENTTHREADED);
IServerPtr spServer(__uuidof(ServerApp));
spServer->SimpleMethod();
return 0;
}