U++ framework
Do not panic. Ask here before giving up.

Home » Community » Newbie corner » Problem DUMP INT64_MIN
Problem DUMP INT64_MIN [message #62038] Thu, 23 July 2026 09:36 Go to previous message
DiaosLu
Messages: 2
Registered: July 2026
Junior Member
here is my code
int32 a = INT_MAX;
int32 b = INT_MIN;
	
int64 x = INT64_MAX;
int64 y = INT64_MIN;
	
DUMP(a);
DUMP(b);
DUMP(x);
DUMP(y);
a, b, x are dumped successfully, but y dumped nothing. LOG() method has the same result. what's wrong?
 
Read Message
Read Message
Read Message
Previous Topic: Arch Linux install ?
Next Topic: New system of feature requests on our forums- please read and use!
Goto Forum:
  


Current Time: Mon Jul 27 22:35:06 GMT+2 2026

Total time taken to generate the page: 0.00607 seconds