Re: [sqlite] sqlite3_blob_read declaration

2009-09-14 Thread Pavel Ivanov
rs- >> boun...@sqlite.org] On Behalf Of Pavel Ivanov >> Sent: Monday, September 14, 2009 9:53 AM >> To: General Discussion of SQLite Database >> Subject: Re: [sqlite] sqlite3_blob_read declaration >> >> >> > And your compiler seems to be buggy >> >&

Re: [sqlite] sqlite3_blob_read declaration

2009-09-14 Thread Wilson, Ronald
e > Subject: Re: [sqlite] sqlite3_blob_read declaration > > > > And your compiler seems to be buggy > > BTW, Wikipedia says that VC++ 4.0 "was designed for Windows 95 and > Windows NT" suggesting that it was released about 15 years ago (which > definitely mean that

Re: [sqlite] sqlite3_blob_read declaration

2009-09-14 Thread Pavel Ivanov
> And your compiler seems to be buggy BTW, Wikipedia says that VC++ 4.0 "was designed for Windows 95 and Windows NT" suggesting that it was released about 15 years ago (which definitely mean that it has buggy C++ part). I'm just curious: for what OS are you developing with this compiler now?

Re: [sqlite] sqlite3_blob_read declaration

2009-09-14 Thread Igor Tandetnik
Filipe Madureira wrote: > I have an error for sometime compiling the latest versions of SQLite > amalgamation on eVC++ 4 > error: "'Z' : use of class template requires template argument list" > > > The problem is in the declaration of "sqlite3_blob_read prototype". > It is declared in "sqlite3.h"

Re: [sqlite] sqlite3_blob_read declaration

2009-09-14 Thread Pavel Ivanov
Error message suggests that you're compiling C code of SQLite as C++. So the first suggestion will be - do not do that, It's not always compatible. Change settings for compilation of sqlite3.c to C language (I don't know how it's done in VC++ 4, sorry). Pavel On Mon, Sep 14, 2009 at 9:21 AM,

Re: [sqlite] sqlite3_blob_read declaration

2009-09-14 Thread Jay A. Kreibich
On Mon, Sep 14, 2009 at 02:21:51PM +0100, Filipe Madureira scratched on the wall: > Hi, > > I have an error for sometime compiling the latest versions of SQLite > amalgamation on eVC++ 4 SQLite cannot be compiled with a C++ compiler. You must use a C compiler. -j -- Jay A. Kreibich

[sqlite] sqlite3_blob_read declaration

2009-09-14 Thread Filipe Madureira
Hi, I have an error for sometime compiling the latest versions of SQLite amalgamation on eVC++ 4 error: "'Z' : use of class template requires template argument list" The problem is in the declaration of "sqlite3_blob_read prototype". It is declared in "sqlite3.h" and "sqlite3.c" as: