logo       

Re: Compile into lib/dll: msg#00156

db.sqlite.general

Subject: Re: Compile into lib/dll

Hi sukhada_tap,

> Using the sqlite.dll from the website gives a link error.
> I am using MS VC++6.0.

I'm also using the sqlite.dll from the website. It links okay with my Visual
C++ 6.0 MFC application.

How did you use the sqlite.dll? Did you create a sqlite.lib for linking with
your code?
Here's how I created the lib file for linking.
Use Microsoft (R) Library Manager lib.exe
lib /DEF:d:\proj\sqldb\sqlite.def /OUT:d:\proj\sqldb\sqlite.lib

Also, to create a static lib for linking, all you need to do is create a new
Win32 Static Lib project and insert the sqlite source codes. Exclude the tcl
related code, tclsqlite.c and also shell.c.

Best Regards,
Yeoh
http://www.yeohhs.com

----- Original Message -----
From: "sukhada_tap" <sukhada_tap-/E1597aS9LQAvxtiuMwx3w@xxxxxxxxxxxxxxxx>
To: <sqlite-hHKSG33TihhbjbujkaE4pw@xxxxxxxxxxxxxxxx>
Sent: Wednesday, November 27, 2002 5:33 AM
Subject: [sqlite] Compile into lib/dll
> I have been running SQLite with all its source files in my project.
> Now, I want to compile them into a lib/dll so that I can use it for
> other projects without having to include all source files.
>
> Using the sqlite.dll from the website gives a link error.
> I am using MS VC++6.0.
>
> Please help!!!
>






------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get 128 Bit SSL Encryption!
http://us.click.yahoo.com/CBxunD/vN2EAA/xGHJAA/EbFolB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, send an email to:
sqlite-unsubscribe-VgYJa0VH1e9BDgjK7y7TUQ@xxxxxxxxxxxxxxxx



Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/





<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise