hello.
how can i print out in textbox a void * value ?
here is the code:
uintptr_t offsetFromBuffer = (uintptr_t)internalAddress - (uintptr_t)&buffer;
void * healthDecAddress = (void*)(currentChunk + offsetFromBuffer);
richTextBox1->Text = healthDecAddress; // how can i do it right ?