I'm looking for a function similar to the wxExecute function. 
http://www.wxwidgets.org/wiki/index.php/WxExecute  this allows you to do 
command line stuff without using the command line.

I've tried using the popen example from Greg Ercolano, but its not working. I 
am calling a console program from my GUI. I want to run the entire thing 
without seeing the console window at all, running the program in a box in my 
GUI. Most programming IDEs use this when compiling and stuff.  That's the 
effect I want, however, i can't seem to figure this out.

The Popen example mentioned earlier uses fgets to read the stream, however, 
that will only read parts of the stream. when i run the console programs using 
popen, i get SOME text in the GUI window, but some text is still sent to the 
console window.

Any tips would be appreciated, I am a newbie at this stuff.

Thanks,
Adam
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to