Page 1 of 1

Console Attachment

Posted: Tue Aug 13, 2013 3:27 pm
by LemonLake
After a bit of hacking with multiple third party applications, I've finally found Löve's attached console application.
A friend and I are working on an IDE for Löve, he's started development and I'm continuing. It is written in C# currently, and we are planning on making a java version to support all operating systems.
The reason I am here is; is there any way to find the attached console window if I have a reference to the Löve instance?

Re: Console Attachment

Posted: Tue Aug 13, 2013 3:51 pm
by Ranguna259
Umm.. I guess you can just write everyting you print on the löve console to an external text file
Is that what you wanted ?

Re: Console Attachment

Posted: Tue Aug 13, 2013 5:11 pm
by LemonLake
Ranguna259 wrote:Umm.. I guess you can just write everyting you print on the löve console to an external text file
Is that what you wanted ?
No, I need process attachment to the console

Re: Console Attachment

Posted: Tue Aug 13, 2013 5:47 pm
by Robin
When you spawn a process in Java (or C# for that matter), can't you just capture stdout and stderr?

Re: Console Attachment

Posted: Tue Aug 13, 2013 7:01 pm
by LemonLake
Robin wrote:When you spawn a process in Java (or C# for that matter), can't you just capture stdout and stderr?
Yes, but I need a way to get the console to do that. I've found out how, but now I can't get a list of all handles from a process because google is thinking wrong. I'll just close this thread or something