RE: Compiling RunCommand with MSVC

2005-05-03 Thread Rob Bearman
> Rob, > > it seems that popen et al. are all documented members of the > Windows API, > so I fail to see why you need to disable (win32_kludge.diff) > RunCommand in > src/support/filetools.C. The one possible problem seems to be > that popen > and pclose are documented as having a _ prefix.

Compiling RunCommand with MSVC

2005-05-03 Thread Angus Leeming
Rob, it seems that popen et al. are all documented members of the Windows API, so I fail to see why you need to disable (win32_kludge.diff) RunCommand in src/support/filetools.C. The one possible problem seems to be that popen and pclose are documented as having a _ prefix. Do you need to just