G
Guest
I have 2 programs running on ppc. One is the main program, another fires when activesync connection is made. I want the activesync program to notify the other application that there was a connection. Is there a way to have two applications communicate? Right now I create a temp file and poll, but Im having problems because I think the main application (which has a timer) gets interrupted when the other program fires and Im getting exceptions. Any help