Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by fensterz

  1. fensterz

    Trouble with Tcl_MakeFileChannel

    I am trying use a named pipe to speak to my c application and am having trouble.<br><br>This seems like the way to go, but it doesnt work.<br>fth_stdout is a file handle to a named pipe.<br><br>outChannel = Tcl_MakeFileChannel(fth_stdout,TCL_WRITABLE);<br>Tcl_RegisterChannel(globalInterp...
  2. fensterz

    Windows Gui for a win32 console app

    <br>Named pipes sounds good? I want to make no or little modification to the console application.<br><br>Whats the best way of going about this?<br><br>
  3. fensterz

    Windows Gui for a win32 console app

    <br>I have a win32 console application that I would like a to wrap a gui around.<br><br>How can I continually pipe output from a textbox to the application and continually pipe the output of the app to another text box.<br><br><br>Thanks
  4. fensterz

    I am having trouple with autoloading in a C application

    I am porting a c program from Unix to Windows.<br>I have a library of TCL pocs that auto load fine on the unix side but not at all on the windows side.<br><br>My auto_path points to the directory these procs are in.<br>I have also updated the index file of the library .<br><br>Any other...

Part and Inventory Search

Back
Top