Hello,

I am working on a win32 project which is already using a console window to show debug information. I would like to have some sort of window that allows me to give input and be able to display text for the purposes of using LUA.

Would it be easier for me to make another process and attach another console window to it or make a window similar to the console window and how?