http://bugs.winehq.com/show_bug.cgi?id=1289
------- Additional Comments From fsteinel@flonet.net 2003-22-06 11:29 ------- Bug comments restored from Gmane.org:
this is an editor written in powerbasic
exe: http://gemia.de/test/editor.exe
source: (i am ashamed. this was a really early program , dont hit me) http://gemia.de/test/editor.bas
(see bug 1286 for link to compiler)
an old dos program i wrote once when the dos editor wasnt able to handle files bigger than 64K
i think nobody needs it anymore and the programs text is german, so its difficult to use for all others
but it causes wine to create LOADS of different errors and bugs and should be excellent for testing purposes. :-)
Bugs in this file include:
--not running every now and then (wineconsole bug) instead writing strange chars into the wineconsole window and freezing wine
--so much err and fixme messages on the screen that you cant see the program anymore if -debugmsg -all isnt given (most of them about unhandled mouse interrupt calls) (if i remember right i did hide the mouse during refreshing the screen) (under X this is unnecessary since there is no text-mode mouse cursor) (but wine doesnt know about that interrupt call)
--you cannot go into the menu via ALT-D or similar since the ALT key isnt recogniced
--some sub menues cause wine to end the program
--wine ends the program randomly every now and then
...
excellent for testing purposes isnt it?