Re: [sqlite] .lib file?

2009-07-26 Thread Paul Claessen
fine now too. Great forum! > -Original Message- > From: sqlite-users-boun...@sqlite.org > [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of A.J.Millan > Sent: Sunday, July 26, 2009 12:19 PM > To: sqlite-users@sqlite.org > Subject: [sqlite] .lib file? > > Basi

Re: [sqlite] .lib file?

2009-07-26 Thread Mihai Limbasan
The library created by MinGW's dlltool will be a static archive in ar(1) format. The contained object files might be compatible between ld(1) and Microsoft's linker - I honestly don't know, since I use Qt on the gcc (*nix) and MinGW (Windows) toolchains and have limited experience with recent

[sqlite] .lib file?

2009-07-26 Thread A.J.Millan
aders also. HTH. A.J.Millan > -Original Message- > From: Paul Claessen paul at claessen.com > Sat Jul 25 15:48:37 GMT 2009 > To: paul at claessen.com; General Discussion of SQLite Database > Subject: Re: [sqlite] .lib file? >> Two points though: > 1. The amalgated

Re: [sqlite] .lib file?

2009-07-25 Thread Brodie Thiesfield
>> -Original Message- >> From: sqlite-users-boun...@sqlite.org >> [mailto:sqlite-users-boun...@sqlite.org]on Behalf Of Doug >> Sent: Saturday, July 25, 2009 11:24 AM >> To: 'General Discussion of SQLite Database' >> Subject: Re: [sqlite] .lib file? &g

Re: [sqlite] .lib file?

2009-07-25 Thread Fred Williams
' Subject: Re: [sqlite] .lib file? Actually, I was able to generate a .lib file from the DLL using Doug's suggesting (link /lib /def:sqlite3.def). Works fine now! Thanks all! ~ Paul Claessen > -Original Message- > From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqli

Re: [sqlite] .lib file?

2009-07-25 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Claessen wrote: > Actually, I was able to generate a .lib file from the DLL using Doug's > suggesting (link /lib /def:sqlite3.def). > Works fine now! MinGW comes with a tool named 'pexports.exe' that can generate the def file directly from any

Re: [sqlite] .lib file?

2009-07-25 Thread Paul Claessen
f Of Fred > Williams > Sent: Saturday, July 25, 2009 4:44 PM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] .lib file? > > Hum. So Mickeysoft does not supply a lib converter/creator utility? I even > have a "Make" and "Grep" utility when I

Re: [sqlite] .lib file?

2009-07-25 Thread Fred Williams
-( Fred -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org]on Behalf Of Mihai Limbasan Sent: Saturday, July 25, 2009 1:13 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] .lib file? Fred, Unfortunately, .lib (o

Re: [sqlite] .lib file?

2009-07-25 Thread Mihai Limbasan
> From: sqlite-users-boun...@sqlite.org > [mailto:sqlite-users-boun...@sqlite.org]on Behalf Of Doug > Sent: Saturday, July 25, 2009 11:24 AM > To: 'General Discussion of SQLite Database' > Subject: Re: [sqlite] .lib file? > > > Hi Paul -- > > When I build SQLite

Re: [sqlite] .lib file?

2009-07-25 Thread Fred Williams
-users-boun...@sqlite.org]on Behalf Of Doug Sent: Saturday, July 25, 2009 11:24 AM To: 'General Discussion of SQLite Database' Subject: Re: [sqlite] .lib file? Hi Paul -- When I build SQLite (from the amalgamation) into a DLL VS2008 (and earlier as I recall) automatically creates an import library

Re: [sqlite] .lib file?

2009-07-25 Thread Doug
sqlite-users- > boun...@sqlite.org] On Behalf Of Paul Claessen > Sent: Saturday, July 25, 2009 10:49 AM > To: sqlite-users@sqlite.org > Subject: Re: [sqlite] .lib file? > > Thanks Pavel. > > Two points though: > > 1. The amalgated sources were, apparently, not written w

Re: [sqlite] .lib file?

2009-07-25 Thread Paul Claessen
gt; Subject: Re: [sqlite] .lib file? > > You can take sqlite3.c from amalgamation package and include it into > your project. This way SQLite will be included into your application > and you won't need any .dll or .lib files. > > Pavel > > On Sat, Jul 25, 2009 at 10:41 AM,

Re: [sqlite] .lib file?

2009-07-25 Thread Pavel Ivanov
You can take sqlite3.c from amalgamation package and include it into your project. This way SQLite will be included into your application and you won't need any .dll or .lib files. Pavel On Sat, Jul 25, 2009 at 10:41 AM, Paul Claessen wrote: > Greetings, > > > > I'm trying to

[sqlite] .lib file?

2009-07-25 Thread Paul Claessen
Greetings, I'm trying to build and use the short sample C code on the quick start page (http://www.sqlite.org/quickstart.html) for windows as a simple win32 console app, using Visual Studio 2008. In order to provide linkage to the DLL, I need to link with the .lib file that is usually