<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi everyone, <br>
I am writing a C project for pc and android, and in some place I
have to convert a gchar* to a guint64 value. On the PC I am using
Ubuntu and it does the conversion successfully, but using the same
code into the android ndk is not working right. The instruction I am
using on both projects is:<br>
<blockquote>guint64 val = (guint64) strtoull(char_val, (char
**)NULL, 10);<br>
</blockquote>
Has anyone any clue why it is not working with android at all?<br>
<br>
Thanks<br>
<br>
Dani<br>
</body>
</html>