Re: ver 4.0 c_func problem on WIN98
- Posted by DerekParnell (admin) Apr 22, 2009
- 1220 views
This does not work, it acts as if WIN32_GUI is not defined for euiw.
Ok! I see the problem and have just uploaded the fix. The problem was that when setting WIN32_GUI define, it only checked for lowercase "euiw". Obviously this is not correct because Windows uses case-insensitive file names.
Futhermore, when running either euiw or eui from explorer, I get the flash.
I assume you mean that when clicking on the eui.exe file name, it just flashes and does not keep a console opened. This is the expected behaviour as it assumes that the operating system has opened a console/shell for it to use. By clicking, Windows does open a console/shell and when the application closes, then Windows closes the console down.
eui does not wait for a keypress either, if it has its own console window.
If you saying that if you manually open a console, then type in "eui", that the 'press a key' message does not appear, then this is the expected behaviour. This is because eui assumes that the console is already open and will stay open after the application ends. In other words, it assumes that it will be run from a command line prompt.