Thank to Xavier Lapointe, the example was wrong:

const unsigned char* pInternalData = NULL ;

instead of

unsigned char* pInternalData = NULL ;

Cheers

2012/9/28 Ahmidou Lyazidi <[email protected]>

> Hi List
> I'm playing with userdatamaps, and can't even have the example working:
>
> unsigned char* pInternalData = NULL ;
> UINT cntData = 0 ;
> myMap.GetItemValue( 1, pInternalData, cntData ) ;
>
> give me:
> Invalid arguments 'Candidates are:XSI::CStatus GetItemValue(long int,
> const unsigned char * &, unsigned int &)'
>
> Any experience with this? I'm on linux and 2012 SAP
>
> --
> Ahmidou Lyazidi
> Director | TD | CG artist
> http://vimeo.com/ahmidou/videos
>
>


-- 
Ahmidou Lyazidi
Director | TD | CG artist
http://vimeo.com/ahmidou/videos

Reply via email to