09-26-2014 05:44 PM
You could also use shared variables which have a scope that can be cross-process. Because data is marshalled in that case, though, expect performance to be quite different compared to when everything is in-process.
09-27-2014 08:29 PM
I apprecate the advice, but i was trying to not re-write the existing executable, just work with it.