[PyQt] sip: unsupported cast operator

pymab mabxsi at hotmail.com
Sun May 8 21:49:24 BST 2011


Hi,

sip gives me an unssuported error for a 'signed char' cast operator:

"sip: xsi_value.sip:428: Unsupported operator cast"

class CValue
{
%TypeHeaderCode
#include "xsi_value.h"
%End

public:
...
operator signed char () const;
...
};

Is it a limitation or it's by design ?

What would be the workaround if any ?

thanks for your help.

-mab
-- 
View this message in context: http://old.nabble.com/sip%3A-unsupported-cast-operator-tp31552995p31552995.html
Sent from the PyQt mailing list archive at Nabble.com.



More information about the PyQt mailing list