Anonymous - 2003-08-27

Hellooo
I wrote a client & it receives UU encoded data.
I need to UU decode the returned value.
I use following function:
inline BOOL UUDecode(
                              BYTE* pbSrcData,*/The string containing the data to be decoded*/
                               int nSrcLen,
                               BYTE* pbDest,
                               int* pnDestLen
                            ) throw( );

Need help to convert XmlRpcValue to BYTE, etc
Since the returned value from execute() is typed XmlRpcValue.

Thanks