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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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