Oggenc

Started by Irrational86,

Irrational86

Hey Ian, can i have a little example on how you made the Stdin writting in XMPlay, Pls?  ::)

Ian @ un4seen

Not really BASS related :P ... but you have to use a pipe, unfortunately that's not quite as simple in Windows as in Unix. There's an example (in C) at MSDN...
http://msdn.microsoft.com/library/en-us/dllproc/base/creating_a_child_process_with_redirected_input_and_output.asp

Irrational86

:laugh: LOL..i saw that same example, but then really my question is, will it work with a non Console app to a console app?

Ian @ un4seen

You mean like in XMPlay? ;D ... That example is pretty much what XMPlay does, except XMPlay doesn't bother with the STDOUT redirection.

Irrational86