Sharven Raabe wrote:
> The call looks like this:
> // default to 0s.
> U32 size = mvci.getSize();
> std::vector<U8> data(size);
> memset(&(data[0]), 0, size);

How curious.  I wonder if its problem is not quite what it's complaining
about - could you try changing 'U32' to 'size_t'?

Thanks.
_______________________________________________
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/SLDev
Please read the policies before posting to keep unmoderated posting privileges

Reply via email to