Post Reply 
Bug in solve app?
05-10-2016, 02:09 PM (This post was last modified: 05-10-2016 02:12 PM by Tim Wessman.)
Post: #25
RE: Bug in solve app?
(05-10-2016 07:12 AM)Dirk.nl Wrote:  Okay, Tim

I didn't know that, thanks!

For example, I get this as the output for A,B,C,D on the last example now.

2.50125062531eāˆ’3,āˆ’3.75187593797eāˆ’2,āˆ’0.562781390695,8.4392196098

Which works out to within the numerical precision of the system.

The root cause of the issue happened between the last public release (8151) and the ios release. Internally, the string routines used wchar_t as the character type. However, wchar_t is not portable between systems and is 32 bits on linux/osx, but 16bits on ARM/windows. We had to work on all the files, strings, and data storage for the whole system to ensure file compatibility between systems (also to be 32/64 bit compatible). Unfortunately, we did miss this case in the solver. :-(

TW

Although I work for HP, the views and opinions I post here are my own.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Bug in solve app? - MrMcChicken - 05-06-2016, 11:28 AM
RE: Bug in solve app? - DrD - 05-06-2016, 04:57 PM
RE: Bug in solve app? - MrMcChicken - 05-07-2016, 09:27 AM
RE: Bug in solve app? - Dirk.nl - 05-07-2016, 10:44 AM
RE: Bug in solve app? - DrD - 05-07-2016, 11:01 AM
RE: Bug in solve app? - MrMcChicken - 05-07-2016, 11:46 AM
RE: Bug in solve app? - DrD - 05-07-2016, 01:46 PM
RE: Bug in solve app? - slawek39 - 05-07-2016, 01:16 PM
RE: Bug in solve app? - slawek39 - 05-07-2016, 05:26 PM
RE: Bug in solve app? - Dirk.nl - 05-07-2016, 02:44 PM
RE: Bug in solve app? - Tim Wessman - 05-09-2016, 11:52 PM
RE: Bug in solve app? - factor - 05-07-2016, 04:15 PM
RE: Bug in solve app? - Helge Gabert - 05-07-2016, 04:56 PM
RE: Bug in solve app? - informach - 05-07-2016, 05:02 PM
RE: Bug in solve app? - informach - 05-07-2016, 09:37 PM
RE: Bug in solve app? - German90 - 05-07-2016, 11:31 PM
RE: Bug in solve app? - informach - 05-07-2016, 11:37 PM
RE: Bug in solve app? - Marcel - 05-08-2016, 12:13 AM
RE: Bug in solve app? - informach - 05-08-2016, 12:30 AM
RE: Bug in solve app? - Marcel - 05-08-2016, 12:37 AM
RE: Bug in solve app? - informach - 05-08-2016, 12:59 AM
RE: Bug in solve app? - German90 - 05-08-2016, 04:06 PM
RE: Bug in solve app? - informach - 05-08-2016, 04:24 PM
RE: Bug in solve app? - Dirk.nl - 05-10-2016, 07:12 AM
RE: Bug in solve app? - Tim Wessman - 05-10-2016 02:09 PM
RE: Bug in solve app? - DrD - 05-10-2016, 02:26 PM
RE: Bug in solve app? - Dirk.nl - 05-10-2016, 04:57 PM



User(s) browsing this thread: 1 Guest(s)