How to catch integer 64 bit return variable type
Dear all,
I'm building a small application using sqlite3 API. The application run
smoothly until an integer field consists a value greater than 32 bit
integer was found on database. Particularly, sqlite3 API has some
functions with 64 bit integer return value (long long int variable
type), but it can't be catch properly in Euphoria since library dll.e
does not provide any constant variable for handling 64 bit integer
return value at all. Trying one of both C_FLOAT and C_DOUBLE only return
a 'nan' value.
Any information, suggestion or an idea to solve this problem?
PS: Sorry for my bad english....
Doni
|
Not Categorized, Please Help
|
|