octareenroon91 / analog-box

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

About Panel Displays Negative Memory Size #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 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 8 Jul 2011 at 8:50

GoogleCodeExporter commented 9 years ago
Revision 19 has an initial fix.
3rd party testing is requested to verify and close this issue.
Am interested in what is reported on platforms with more than 4GB of RAM.

Original comment by andyt7...@gmail.com on 9 Jul 2011 at 7:16