Re: arrow keys and mouse are off
- Posted by Robert Craig <rds at RapidEuphoria.com> Aug 25, 2001
- 443 views
sergio writes: > My .EX files work fine whit arrow keys and mouse buttons, but after > compiler with bolland 5.5 why my .EXE files does not make it Use the Borland compiler for compiling .exw (Windows Euphoria) programs that you have translated to C with ecw. Programs that run ok with exw should run ok after being translated and compiled. Only simple, generic .ex (DOS) programs can be expected to work. The mouse commands, get_mouse() etc., aren't supported in Euphoria for Windows. If your program needs to use the mouse, you should probably use Win32Lib. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com