octareenroon91 / analog-box

Automatically exported from code.google.com/p/analog-box
0 stars 0 forks source link

About Panel Displays Negative Memory Size #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Problem:
Viewing the available memory with the ABout panel will display negative values 
on platforms with more than 2GB of system RAM.

Recommend:
*The About text is assembled just before launching the the panel. The 32 bit 
return value from Windows get-memory-size is not being properly checked for the 
sign bit being set. If the sign bit is set, the mem-available display could be 
adjusted to display kilo-bytes instead of bytes. Alternately, the wsprintf 
format string could be adjusted. Or both.

Original issue reported on code.google.com by andyt7...@gmail.com on 19 Jun 2011 at 7:15

GoogleCodeExporter commented 8 years ago
Removed due to improper googedit formatting

Original comment by andyt7...@gmail.com on 8 Jul 2011 at 8:50