Re: put_screen_char() doesn't work with EX under Windows
- Posted by martin.stachon at worldonline.cz May 11, 2001
- 563 views
Euman writes : > First thing, EX.EXE will not work with MS-Windows it's sole purpose is DOS > try instead EXW.EXE designed for Windows programs. WIN9x contains DOS and *.ex programs runs faster with ex than exw Exw doesn't support put_screen_char() >You'll need a non-dos procedure to write to a Window in Windows >Win32lib uses its own special routines for this. >Read the documentation that comes with win32lib or if your >ready for API, look into Jacques Dechenes WinAPI routines. Yes, I've rewritten the program to use Exotica, it looks much better than in DOS box :) Martin