HP Forums

Full Version: choose menu fsilure in virtual prime
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I finally found the virtual prime version

Virtual Calculator Version: 2015 06 17 (8151)

There are a couple of problems:
(1) on the win10 touch screen-- the touch registration is off by half a line.

(2) More seriously, the CHOOSE function crashes the program on my major list. It mangles some strings and crashes on some. I have checked each string in the list with the memory list display. All are fine. But in CHOOSEmenu some items cause a crash and some items show a garbled string (trailing extraneous chinese characters).

This problem does not exist with the Android prime or the real calculator with the same code.

Is it possible that the paid version in the Windows Store might work? There is no version info.
Hello,

Can you post the exact parameters use for the CHOOSE?

Cyrille
Well i prepared an examole but in the process i found the problem.

My choose list has over 500 strings (most of the prime catalog).

The rub is if any string is over 33 cgaracter some internal buffer is overrun and
the prime litterally crashes.

If i trim the stribgs to 32 characters then it works.

This size probkem does not exist in the android version or the real prime.
(01-11-2016 06:20 PM)ji3m Wrote: [ -> ]My choose list has over 500 strings (most of the prime catalog).

The rub is if any string is over 33 cgaracter some internal buffer is overrun and
the prime litterally crashes.

Well, I'll look at it. Suspect I know what the problem is from your description.

EDIT: Actually, looks like was already reported a long time back on the forum here earlier and resolved. Thanks again!
Reference URL's