Re: ver 4.0 c_func problem on WIN98
- Posted by DerekParnell (admin) Apr 22, 2009
- 1173 views
jimcbrown said...
euiw doesn't work, the window flashes and then immediately disappears, despite the fact that it is being run from a DOS Command Prompt (thus from another console window).
This is to be expected. That is how euiw is designed to work. If you need to see the console output of a program run with euiw, you must manually pause the console before the application closes.
For example ...
? c_func(x, {9}) ifdef WIN32_GUI then -- thus running under euiw.exe wait_key() end ifdef