Re: [sqlite] 3.7.9 amalgamation file in VS2005

2011-12-29 Thread Michael Stephenson
To: General Discussion of SQLite Database Subject: Re: [sqlite] 3.7.9 amalgamation file in VS2005 IntelliSence on/off doesn't solve the stepping problem. Maybe it's a MSVC problem. My pracmatic solution is take WinDbg. Jens Am 29.12.2011 um 15:17 schrieb "Black, Michael (IS)" &l

Re: [sqlite] 3.7.9 amalgamation file in VS2005

2011-12-29 Thread Jens Frederich
ystems > > > From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] on > behalf of Jens Frederich [jfreder...@gmail.com] > Sent: Thursday, December 29, 2011 12:47 AM > To: General Discussion of SQLite Database > Subject: EXT :Re: [sq

Re: [sqlite] 3.7.9 amalgamation file in VS2005

2011-12-29 Thread Black, Michael (IS)
From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] on behalf of Jens Frederich [jfreder...@gmail.com] Sent: Thursday, December 29, 2011 12:47 AM To: General Discussion of SQLite Database Subject: EXT :Re: [sqlite] 3.7.9 amalgamation file in VS2005 Hi, I duplicated

Re: [sqlite] 3.7.9 amalgamation file in VS2005

2011-12-29 Thread Jens Frederich
You can take WinDbg to step through the amalgamation sqlite3.c source file. It works very well. Jens On Thu, Dec 29, 2011 at 8:18 AM, Roger Binns wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 28/12/11 22:47, Jens Frederich wrote: > > I

Re: [sqlite] 3.7.9 amalgamation file in VS2005

2011-12-28 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28/12/11 22:47, Jens Frederich wrote: > I duplicated your problem on C++ 2011 Professional. Source code > stepping doesn't work. My solution is to remove all comment lines. There is a TCL based tool in the SQLite source that will split the

Re: [sqlite] 3.7.9 amalgamation file in VS2005

2011-12-28 Thread Jens Frederich
highlighter can support, which was reached > between 3.7.7.1 and 3.7.9. > AN> > AN> Thanks > AN> > AN> Alex > AN> ______ > >> Od: "Black, Michael (IS)" > >> Komu: General Discussion of SQLite Database > >> Datum: 27.12.2011 2

Re: [sqlite] 3.7.9 amalgamation file in VS2005

2011-12-28 Thread Teg
7.9. AN>   AN> Thanks AN>   AN> Alex AN> __ >> Od: "Black, Michael (IS)" >> Komu: General Discussion of SQLite Database >> Datum: 27.12.2011 23:36 >> Předmět: Re: [sqlite] 3.7.9 amalgamation fil

Re: [sqlite] 3.7.9 amalgamation file in VS2005

2011-12-28 Thread Alexandr Němec
, which was reached between 3.7.7.1 and 3.7.9.   Thanks   Alex __ Od: "Black, Michael (IS)" Komu: General Discussion of SQLite Database Datum: 27.12.2011 23:36 Předmět: Re: [sqlite] 3.7.9 amalgamation file in VS2005 I dupli

Re: [sqlite] 3.7.9 amalgamation file in VS2005

2011-12-27 Thread Black, Michael (IS)
Grumman Information Systems From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] on behalf of Alexandr Němec [a.ne...@atlas.cz] Sent: Tuesday, December 27, 2011 8:55 AM To: sqlite-users@sqlite.org Subject: EXT :[sqlite] 3.7.9 amalgamation file

Re: [sqlite] 3.7.9 amalgamation file in VS2005

2011-12-27 Thread Teg
VS2010 has the same problem. The file is simply too big for it. I'm not a fan of the amalgamation because of this. It's essentially impossible to trace into the SQlite code now. That said, it compiles and works fine. C Tuesday, December 27, 2011, 10:50:14 AM, you wrote: JJD> In my

Re: [sqlite] 3.7.9 amalgamation file in VS2005

2011-12-27 Thread Jim "Jed" Dodgen
In my experience I find that most syntax highlighters fail on occasion, especially with large files. Trust the compiler not the editor. 2011/12/27 Alexandr Němec > > Dear all, > > I have one question that is not strictly a SQLite question (sorry), but > maybe someone

[sqlite] 3.7.9 amalgamation file in VS2005

2011-12-27 Thread Alexandr Němec
Dear all,   I have one question that is not strictly a SQLite question (sorry), but maybe someone encountered this problem and found the solution. I have upgraded from an older SQLite release to 3.7.9 and loaded the amalgamation file into a Visual Studio 2005 project. But the syntax code