Question
STDIN and STDOUT
Hello,
I need the ability to launch an AIR application using another program and communicate with that program using by listening to the STDIN and writing to the STDOUT.
I think STDIN/STDOUT could be blocked by Air ?
"trace()" not work
when I use in a native extension (Visual C++) :
Console::WriteLine("test");
it work with adt (debug mode) and not in a release Air app.
Thanks
