Menu

#2 work with console wrappers

Unstable (example)
open
nobody
None
5
2014-07-22
2014-07-21
chrisz
No

Hi,

wc3270.exe is actually incompatible with console wrappers like Console2, ConsoleZ or ConEmu.
To fix this problem, you just need to allow reading of the console buffer.
Modify sharing rights in wc3270\screen.c line 470. Replace FILE_SHARE_WRITE by FILE_SHARE_READ|FILE_SHARE_WRITE in CreateConsoleScreenBuffer params.

Regards

Discussion

  • Paul Mattes

    Paul Mattes - 2014-07-21

    No problem. I will add that right now.

     
  • chrisz

    chrisz - 2014-07-22

    Thank you

     

Log in to post a comment.