Re: Calling svn.exe from C++ code!

2010-06-19 Thread Dongsheng Song
shinfo.lpParameters should only be parameters, not include redirecting standard output to a file.下载 MP3 You should use CreateProcess, read differences output from lpStartupInfo.hStdOutput. On Sat, Jun 19, 2010 at 10:47, fantasy1215 wr

Calling svn.exe from C++ code!

2010-06-18 Thread fantasy1215
For some reason, I need to call svn.exe in my code, following is just a test hard written code, What am I doing is just 'svn diff'. but it doesn't work. Not touch a c:\abc123.txt file. Thanks in advance! TCHAR szExePath[] = TEXT("C:\\Program Files\\Subversion\\bin\\svn.exe"); SHELL