I noticed sqlite uses an os abstraction layer, but also uses stdio at the same time (vdbe.c and others). I'm building on an embedded system with a filesystem, but no stdio. Does converting the stdio calls to sqliteOsXXX sound like a good plan? Perhaps we can use dummy filenames for stdin and stdout: "sqlite_stdin", etc.
-- James Roth KROS Technologies http://www.krostech.com/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]