Markus Knittig <markus@...> writes: > The precision of float decimals such as double seems to be only 6 decimal > places which is too low for the application I develop currently. Is there a > way > to configure this?
OK, solved my problem. I use ADB to generate the skeleton. This generates mapping code that maps double with "%f" as C format string. The workaround is to replace these positions with a format string that has a higher precision. Would be better if this was configurable though.. Best regards, Markus --------------------------------------------------------------------- To unsubscribe, e-mail: c-user-unsubscr...@axis.apache.org For additional commands, e-mail: c-user-h...@axis.apache.org