> I can create the dll, but it does not work with BLOB data type. It works
> with other data types. The dll that I downloaded from the sqlite.org website
> works with BLOB data type.
>
> Any help would be appreciated.

Any pointers on what doesn't work for you and how it works instead of
intended behavior would be appreciated too.


Pavel


On Mon, Apr 4, 2011 at 11:32 AM, tiwaris <tiwa...@gmail.com> wrote:
>
> Hello,
>
> I need build instructions for Windows with unicode support.
>
> I am using sqlite3.h and sqlite3.c from the amalgamation source downloaded
> from http://sqlite.org/sqlite-amalgamation-3070500.zip.
>
> I am using the following CFLAGS when compiling sqlite
>
> SQLITE_ENABLE_COLUMN_METADATA
> SQLITE_ENABLE_FTS3
> SQLITE_THREADSAFE=1
> SQLITE_ENABLE_ICU
>
> I am linking sqlite with icuuc.lib and icuin.lib unicode libraries to create
> a sqlite dll.
>
> I can create the dll, but it does not work with BLOB data type. It works
> with other data types. The dll that I downloaded from the sqlite.org website
> works with BLOB data type.
>
> Any help would be appreciated.
>
> Thanks.
>
>
>
>
>
>
> --
> View this message in context: 
> http://old.nabble.com/Build-instructions-for-Winodws-with-unicode-support-tp31315626p31315626.html
> Sent from the SQLite mailing list archive at Nabble.com.
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to