Thanks Petr, that solved it.

Brgds,
Viktor

On 2008.06.01., at 17:02, Petr Chornyj wrote:



Szakáts Viktor wrote:


I got GPFs however when trying sqlite3_test,
so some things might not be perfect yet.



Hi, Viktor

In hbsqlit3.c pls replace

#include "sqlite3ext.h"

SQLITE_EXTENSION_INIT1
//SQLITE_EXTENSION_INIT2(v)

=>

#include "sqlite3.h"

//SQLITE_EXTENSION_INIT1
//SQLITE_EXTENSION_INIT2(v)


Regards,
Petr
--
View this message in context: 
http://www.nabble.com/SQLite-2-3-tp17585333p17586538.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to