Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Process Class wrapper for pipes in windows/linux
Re: Process Class wrapper for pipes in windows/linux [message #11193 is a reply to message #11162] |
Sun, 26 August 2007 17:53   |
yeus
Messages: 19 Registered: October 2006
|
Promising Member |
|
|
thx... i have looked through the sources.. but i still have no clue how to use SlaveProcess... Somehow it gives me An error all the time, becuase Slave process is pure virtual, although iI am using "StartLocalProcess" and such stuff... I must admit: I have no clue, how SlaveProcess works ^^.
What would i need to do to achieve something like this with UPP:
FILE pipe=_popen("gnuplot.exe","w"); //start process
fprintf(pipe,"plot sin(x) \n"); //execute command in remote process
fflush(pipe);
_pclose(pipe);
greetings, Tom
[Updated on: Sun, 26 August 2007 17:53] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Thu Jun 26 15:58:17 CEST 2025
Total time taken to generate the page: 0.04470 seconds
|