jackD
December 8th, 2002, 11:59 AM
Hello,
I have downloaded the Hauppauge WinTV Plugin this week and it works fine.(I had problems with the "girder -eventstring" method so I could not use my remote controler)
But I found a little bug : when I press the "5" key, it sends the "6" code to girder. I have seen the source code and in the SenKey function (file igirder.cpp) there is a strange piece of code :
case REMOTE_5 :
strcpy (Buffer,"6")
break
case REMOTE_6 :
strcpy (Buffer,"6")
break
so the problem might come from this code
Thanks a lot to Evinyatar for this plugin and to RonD for girder!
JackD
I have downloaded the Hauppauge WinTV Plugin this week and it works fine.(I had problems with the "girder -eventstring" method so I could not use my remote controler)
But I found a little bug : when I press the "5" key, it sends the "6" code to girder. I have seen the source code and in the SenKey function (file igirder.cpp) there is a strange piece of code :
case REMOTE_5 :
strcpy (Buffer,"6")
break
case REMOTE_6 :
strcpy (Buffer,"6")
break
so the problem might come from this code
Thanks a lot to Evinyatar for this plugin and to RonD for girder!
JackD