lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi all.
I had difficulties compiling lsqlite.c

The problem was the line
      lua_Number n = (lua_Number)rowid;

ms cl dont like var declarations everywhere but at the beginning of a function.

it was nessesary to move this line upward to the beginning of the function static void db_update_hook_callback(..). [line 1271]

I found the lsqlite homepage [1] but no contact info. So i decides to keep you informed this way.

Fuzzlix.

[1] http://lua.sqlite.org/index.cgi/home

Attachment: lsqlite3.zip
Description: Zip compressed data