Keith Medcalf, (quoting Llyod), writes:
>> >How can I build the dll correctly?
> cl -DSQLITE_API=__declspec(dllexport) sqlite3.c -link -dll -out:sqlite3.dll
I do not claim here that “correctly” building the DLL must be done as
either I or Keith has suggested. However, the method using Makefil
On Wednesday, 27 March, 2019 07:18, Lloyd wrote:
>I wish to build SQLite as a dll in Windows. As per the documentation
>here
>https://www.sqlite.org/howtocompile.html, I have executed the command
>cl sqlite3.c -link -dll -out:sqlite3.dll
>on Visual Studio x86 command prompt.
>It seems that the
versioned DLL could post a patch to the build
and propose having it added to the distribution.
Pat
-Original Message-
From: John Stanton [mailto:[EMAIL PROTECTED]
Sent: Monday, December 11, 2006 12:12 PM
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] windows dll
I agree wi
I agree with you 100%. Statically linking Sqlite to applications gives
you some freedom from "DLL HELL" and "REV LOCK SHOCK" and can only
result in inefficiency if you have multiple different application
programs using Sqlite on the individual workstation.
To my way of implementing KISS, usin
4 matches
Mail list logo