yash069 / puttycyg

Automatically exported from code.google.com/p/puttycyg
0 stars 0 forks source link

struct backend_tag has changed in PUTTY.H file #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. get a recent PuTTY snapshot from PuTTY site
2. modify PuTTY source with PuTTYcyg patch
3. compile and run a cygterm protocol (ex: cmd.exe /k)

What is the expected output? What do you see instead?
Putty should start but it failed (crash)

Please use labels and text to provide additional information.
Recently the struct backend_tag has changed (two new items: name and protocol). 
see PUTTY.H file.

I fixed it by initialing them to "cygterm" and PROT_CYGTERM into cygterm.c file.

Can you fix it in your official release ?

Thanks for that great add-on
Cyd

Original issue reported on code.google.com by cyrildup...@gmail.com on 16 Sep 2010 at 3:15

GoogleCodeExporter commented 8 years ago
The source tree here (and the generated patch file) tracks stable PuTTY 
releases (0.60) not PuTTY's development head.  Once there is a new release of 
PuTTY, I can update PuTTYcyg.

Feel free to fork however.  :)

Original comment by medgar123 on 29 Oct 2010 at 12:06