CiVQ Posted February 18, 2013 Posted February 18, 2013 Hello, I am tinkering with the 7-zip command line tool, feeding the app by StdinWrite(), and getting its output by StdoutRead(). It uncompresses the data without error on both cases. The symptom is a truncated list of processed files (the stdout stream). The problem occurs, when 7-zip is being fed through the stdin stream. But by normal invoking (filename in the command line), it spits out its stdout stream normally. So, the big question is: am I missing something very basic, or this is a bug, or software incompatibility, or what? Thx in advance. test.zip I know that my code is ugly. But it works. Mostly.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now