Hi,
I would like to exchange a small amount of data (about 16 variables) between two PB programs (.exe) which are running at the same time.
There should be a minimum of delay why a disk file is probably out of question.
Is the registry an appropriate means for doing that?
Who has experience with generating keys, writing and reading values and deleting them again? What has to be observed? And what are the pitfalls?
Maybe someone has some sample code, or are there better/simpler alternatives?
Thanks in advance,
Gert Voland.
I would like to exchange a small amount of data (about 16 variables) between two PB programs (.exe) which are running at the same time.
There should be a minimum of delay why a disk file is probably out of question.
Is the registry an appropriate means for doing that?
Who has experience with generating keys, writing and reading values and deleting them again? What has to be observed? And what are the pitfalls?
Maybe someone has some sample code, or are there better/simpler alternatives?
Thanks in advance,
Gert Voland.
Comment