Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous messageGo to previous message
yeus is currently offline  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

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Add capability to Log into Windows console
Next Topic: Bug in AddColumn of ArrayCtrl
Goto Forum:
  


Current Time: Thu Jun 26 20:38:50 CEST 2025

Total time taken to generate the page: 0.05356 seconds