|
>I recently tried compiling lua with: >NUMBER= -DLUA_USER_H='"../etc/luser_number.h"' -DUSE_FLOAT > >Now, after rebuilding my app with this lua Have you used -DLUA_USER_H='"../etc/luser_number.h"' -DUSE_FLOAT when compiling your application as well? Otherwise, you'll get a lua.h that uses double... --lhf