How to call a function in another process (C++)

  • Thread starter Thread starter kershKer
  • Start date Start date
K

kershKer

Guest
Say that I have two function (Process A and B) I want call process B function from process A in Specific time. I though I can do this with IPC but its for share memory. But I could do check boolean variable every time with some interval to represent something happened. Or may be pipe method. But seems its not a good idea. is there any library or built in windows method to do this.

Continue reading...
 
Back
Top