Further to my original question, does anyone know why the SQLite library compiles when (and only when, as far as I can tell) the following lines in SQLiteInt.h :
#include <cstdio> #include <cstdlib> #include <cstring> #include <cassert> are replaced with the original C equivalents: #include <stdio.h> #include <stdlib.h> #include <string.h> #include <assert.h> Thanks, Steve -----Original Message----- From: Drew, Stephen [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 11:36 AM To: '[EMAIL PROTECTED]' Subject: [sqlite] Borland C++ Builder 6 Has anyone any experience of compiling the SQLite library with Borland C++ Builder 6 and it's shipped version of STLPort? Regards, Steve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

