Dos32Lib
- Posted by David Cuny <dcuny at LANSET.COM> Oct 11, 1998
- 605 views
Peter Blue wrote: > ... but you could create a really nice GUI with [Euphoria] ... I've sent a demo of my Dos32Lib library to Robert. Programs written in Win32Lib can (in theory) be converted to run in DOS simply by changing the line: include win32lib.ew into: include dos32lib.e Of course, if you make any Win32 API calls, it won't work. The demo runs most of the examples included in Win32Lib with no code change (other than the include file). I've adopted the Java look and feel. The "close" button the window frame isn't functional yet, so you have to use the ESC button to exit the demos. Feedback is appreciated. -- David Cuny