help me plz
I have a c++ application that I want to communicate with a c# application and vice versa. Furthermore, the c++ application itself is an activex ocx that sends and receives events from the browser. Also the operating system is windows ce so some methods I currently find online that only suit desktop applications do not work. How do I do this inter-process communication?
Thanks in advance,
gayathri
|