From: Jim K. <ji...@ji...> - 2004-03-05 19:02:49
|
Regarding TortoiseCVS and piping into Plink, here is a snip from an = email I got back from Ian: ########### My first take used the WinAPI file functions to read/write pipes = (ReadFile and WriteFile). I now see that the Tortoise project has now added POSIX calls for the non-Win32 interface. It might be possible to use POSIX = calls from msvcrt instead of Win32 calls from User32. Both chunks of code are in the link below (see the "run" function about two-thirds of the way down). I'll take a quick peek at using execvp() = from LabVIEW. <http://cvs.sourceforge.net/viewcvs.py/tortoisecvs/TortoiseCVS/src/cvsgui= /cv sgui_process.cpp?rev=3D1.7&view=3Dauto> ########### -Jim |