[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [patch] lsqlite - to be compiled using msvc
- From: Ulrich Schmidt <u.sch.zw@...>
- Date: Fri, 22 Nov 2013 11:19:18 +0100
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