Tj schrieb:
I'm using GCC 4.0.0 and Mandrake, and I couldn't compile vbidecoder because of the following:

"m_pageinput[0] = '0' + key;"

GCC can't find an operator to use for + as it is ambiguous.. :(

Next I tried to cast the variable "key" as char, it compiled fine, but I can't really get teletex (and subtitles) to work properly... Could it be because of the cast? What should it be?

Try to cast "key" as int and tell me if it works.


Frank
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to