|
> May I suggest you use long double as lua_integer, which should handle > 64-bit integer without problem, and less prone to error. Yes, but the "__int64" type seems to indicate that a Microsoft compiler is used, and that compiler considers "long double" to be 64 bits long just like regular "double" ;-(