[interfacekit] Re: little help, again
- From: "Ingo Weinhold" <bonefish@xxxxxxxxxxxxxxx>
- To: interfacekit@xxxxxxxxxxxxx
- Date: Wed, 09 Apr 2003 19:10:25 +0200 CEST
"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
- Follow-Ups:
- [interfacekit] Re: little help, again
- From: Isaac Yonemoto
- References:
- [interfacekit] little help, again
- From: Adi Oanca
Other related posts:
- » [interfacekit] little help, again
- » [interfacekit] Re: little help, again
- » [interfacekit] Re: little help, again
- » [interfacekit] Re: little help, again
- » [interfacekit] Re: little help, again
- [interfacekit] Re: little help, again
- From: Isaac Yonemoto
- [interfacekit] little help, again
- From: Adi Oanca