Folks,
Just wondering if any one of you help me in a particular problem. I have 2 programs, one a vc++ program that generates numbers (coordinates) at the rate of 50 per second, and the second, a flash program that reads in these coordinates 50 times a second and displays a graph accordingly. My question is, how do I make the 2 programs communicate? One obivious solution would be to keep writing to a file and have the flash prog read from this file (Actually, the flash program needs input in the form of a file). In this case, how do I synchronise the 2 programs. And, are there any other alternatives? The platform is windows.
Thanks,
Hans
Just wondering if any one of you help me in a particular problem. I have 2 programs, one a vc++ program that generates numbers (coordinates) at the rate of 50 per second, and the second, a flash program that reads in these coordinates 50 times a second and displays a graph accordingly. My question is, how do I make the 2 programs communicate? One obivious solution would be to keep writing to a file and have the flash prog read from this file (Actually, the flash program needs input in the form of a file). In this case, how do I synchronise the 2 programs. And, are there any other alternatives? The platform is windows.
Thanks,
Hans