thank you for your quick response.
do you mean extracting the file
temporarily (both the database
and the DLL) to the program's
folder?
but how would I do this (if this
question is relevant to this list)?
thank you in advance.

2008/8/10, Igor Tandetnik <[EMAIL PROTECTED]>:
> "CAVALO SCHMIDT" <[EMAIL PROTECTED]>
>  wrote in message
>  news:[EMAIL PROTECTED]
>
> > salutations, using VC++ in WinXP.
>  >
>  > I would like to know if it's possible to import and use the
>  > sqlite3.dll file and/or the sqlite database file as a resource in a
>  > C++ project, so that it will be integrated to the final Win32
>  > executable. how would it be possible to use sqlite3_open with a
>  > database file stored as a resource in the application?
>
>
> You would have to extract both from resources to a file on disk at
>  runtime, before you can use them.
>
>  Igor Tandetnik
>
>
>
>  _______________________________________________
>  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