[interfacekit] Re: little help, again

"Adi Oanca" <e2joseph@xxxxxxxxxx> wrote:
> 
> Hello people!
> ...
> 
> uint32        field;
> 
> msg->FindInt32("field", &field);
> 
> // error! int32 required!
> 
> field must be a uint32!
> How do I get passed over this error=3F
> Don't laugh! :)

msg->FindInt32("field", (int32*)&field);

Not nice, but since there is no FindUInt32, there are not that many 
options (the other one is to use FindData() -- not really better, I'd 
say).

CU, Ingo


Other related posts: