http://bugs.winehq.com/show_bug.cgi?id=1350
juan@virtual-orbis.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|JP soft's Take command /32 |[AllocConsole, |ver 3.01A displays "?" |CONIN$/CONOUT$]Take command |characters instead of text |/32 ver 3.01A displays |in command window |inverted "?" characters | |instead of text in command | |window & diverts I/O to | |console
------- Additional Comments From juan@virtual-orbis.com 2003-18-05 13:36 ------- 5/17/2003 16:11:29 +0300 In an e-mail from: Jukka Heinonen jhei@iki.fi
but TakeCommand/16 seems to show similar behaviour. It looks like TC/16 calls DOS int21 routines for input/output and expects that those interrupts somehow interact with TC/16 window. Input related problem is quite easy to fix but I don't know how TC/16 expects its window to be updated via int21.
Now, you may check with the 32bit version too. :P
Yes, I checked that. It seems to have different bug than TC/16. TC/32 bug is definetely related to Wine console handling code (not wineconsole itself) which seems to work quite differently under Windows. This is related to AllocConsole, CONIN$/CONOUT$ handles and process initial handles. Nothing to do with winedos, anyway.