Re: [sqlite] Windows-Specific 2-c-files Amalgamation?

2013-03-13 Thread Dominique Devienne
On Wed, Mar 13, 2013 at 10:59 PM, Random Coder wrote: > On Wed, Mar 13, 2013 at 1:14 PM, Dominique Devienne > wrote: > > On Mon, Mar 11, 2013 at 5:21 PM, Bert Huijben wrote: > >> Since Visual C++ 2005 the limit in PDB files was

Re: [sqlite] Windows-Specific 2-c-files Amalgamation?

2013-03-13 Thread Random Coder
On Wed, Mar 13, 2013 at 1:14 PM, Dominique Devienne wrote: > On Mon, Mar 11, 2013 at 5:21 PM, Bert Huijben wrote: >> Since Visual C++ 2005 the limit in PDB files was increased to 24 bit. You >> might still get a warning for compatibility with older tools, but

Re: [sqlite] Windows-Specific 2-c-files Amalgamation?

2013-03-13 Thread Dominique Devienne
On Mon, Mar 11, 2013 at 5:41 PM, Richard Hipp wrote: > On Mon, Mar 11, 2013 at 12:17 PM, Dominique Devienne wrote: > > Perhaps someone knows a trick or two to work-around that MS debugging issue? > See the http://www.sqlite.org/draft/download.html for a

Re: [sqlite] Windows-Specific 2-c-files Amalgamation?

2013-03-13 Thread Dominique Devienne
On Mon, Mar 11, 2013 at 5:21 PM, Bert Huijben wrote: > > -Original Message- > > From: ... On Behalf Of Dominique Devienne > > Except I can't debug it... 'Cause I'm primarily on Windows, which has a > > well-known limitation in the way it stores Debug Information (uses

Re: [sqlite] Windows-Specific 2-c-files Amalgamation?

2013-03-12 Thread Bert Huijben
> -Original Message- > From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users- > boun...@sqlite.org] On Behalf Of Dominique Devienne > Sent: maandag 11 maart 2013 17:17 > To: General Discussion of SQLite Database > Subject: [sqlite] Windows-Specific 2-c-files Am

Re: [sqlite] Windows-Specific 2-c-files Amalgamation?

2013-03-11 Thread Michael Black
o: General Discussion of SQLite Database Subject: Re: [sqlite] Windows-Specific 2-c-files Amalgamation? On Mon, Mar 11, 2013 at 1:33 PM, Michael Black <mdblac...@yahoo.com> wrote: > Richard...he split is missing the 5 split files. I thought the small size > was suspicious. > Fixe

Re: [sqlite] Windows-Specific 2-c-files Amalgamation?

2013-03-11 Thread Richard Hipp
On Mon, Mar 11, 2013 at 1:33 PM, Michael Black wrote: > Richard...he split is missing the 5 split files. I thought the small size > was suspicious. > Fixed. -- D. Richard Hipp d...@sqlite.org ___ sqlite-users mailing list

Re: [sqlite] Windows-Specific 2-c-files Amalgamation?

2013-03-11 Thread Michael Black
Database Subject: Re: [sqlite] Windows-Specific 2-c-files Amalgamation? On Mon, Mar 11, 2013 at 12:17 PM, Dominique Devienne <ddevie...@gmail.com>wrote: > Perhaps someone knows > a trick or two to work-around that MS debugging issue? > Run: "make sqlite3-all.c" to build

Re: [sqlite] Windows-Specific 2-c-files Amalgamation?

2013-03-11 Thread Richard Hipp
On Mon, Mar 11, 2013 at 12:17 PM, Dominique Devienne wrote: > Perhaps someone knows > a trick or two to work-around that MS debugging issue? > Run: "make sqlite3-all.c" to build an amalgamation composed of smaller files. See the http://www.sqlite.org/draft/download.html

[sqlite] Windows-Specific 2-c-files Amalgamation?

2013-03-11 Thread Dominique Devienne
I understand the "deployment" ease and performance advantage of the amalgamation. I like it. Except I can't debug it... 'Cause I'm primarily on Windows, which has a well-known limitation in the way it stores Debug Information (uses 16-bit integer for the line number, so limited to ~64K lines,