I has made a program with a usefull function and i have an idea about another program which includes hardware and thus is in the future. The two programs should be able to run individually and perform their task but if BOTH are running they should syncronize their datas (project names and such) to my likeing. The 2 programs will be totally independant and therefor i see no way of making them in the same package. As i use CreateMutex to avoid multiple instances from running i understand that i can use something like that to exchange datas between the programs but is there a better methode than Mutex???
I will have to read on it but i'm currently just looking for a good method of exchanging datas between programs.
Totte
I will have to read on it but i'm currently just looking for a good method of exchanging datas between programs.
Totte