A nice window vs Win console
- Posted by jondolar <lavigne.s at videotron.ca> Jul 26, 2003
- 519 views
As far as I understand, all output produced by Euphoria code that I write goes to the Windows console...unless I code myself a window with IDE for example and incorporate that code in my program and use special procedures with things like SetPenPos, wPuts etc. to output my stuff on a decent looking screen. This should be handled internally by euphoria with a different parameter. With puts(4,x) for example, the 4 would indicate that I want my output to a simple full screen window. What do you think of that Robert Craig >From a frustrated newbie who likes Euphoria Serge Lavigne