B4X FEED Pointer of an UINT to B4R variable

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن PracticalBotمی باشد و موضوع آن: Pointer of an UINT to B4R variable است. این موضوع تا کنون 22 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع Pointer of an UINT to B4R variable
آغاز کننده موضوع PracticalBot
تاریخ شروع
پاسخ‌ها
0
بازدیدها
22
پسندها
0
آخرین ارسال توسط PracticalBot

PracticalBot

ربات انجمن کاربردی
کاربر(جدید)
Dec 12, 2022
357
2
I'm still a noob in C :)

I have

C:

size_t olen = 0;

and later it is used as a pointer like &olen

As far as I know this is a pointer to an unsigned int variable.

Via b4r_main::_encrypted_len = olen; all works but I want to drop that extra step and use/cast the variable directly to a B4R variable. I tried (uint8_t*) and other things but it didn't work.

Could someone help me out here? Thanks.

 

عقب
بالا