sharing a pointer between the applications
Article Writing
1
Posts
1
Posters
1
Views
1
Watching
-
I have created two exes(MFC).I am posting a pointer to the structure thro' PostThreadMessage from one exe (struct message { int messageid; CString messagedescription; }; the members are initialized ) The other exe should receive the pointer posted by the thread from other exe & it should display the member values.But, in my case the structure is getting posted successfully !But, I am getting some junk values in the receiving exe. How can I get the desired values, then ? Y.Yamini Devi