Hi D. Richard Hipp,
Good to know that you can compile in CVS source in your system, which only means I did it wrong.
1. I am using windows 2000 as well, with Visual Studio 2003. Since CVS don't have all the file to nessory compiled in VS2003, I download the latest beta (3.1.1beta) from your website, any then, I check out all the "src" from CVS and replace all the files in 3.1.1beta with new check out.
2. After I have compiled the new updated from CVS, I have 2 errors from the VS compiler, one is the strcasecmp, which I replaced it with stricmp manual. the other one is missing OP_IfMemPos definition in opcodes.h and .cpp, so I added manual as well.
3. After the Step 2, I can compile successfully.
Please show us how to compile the CVS source, since I couldn't find any instructions on the wiki website.
Thank you for this wonderful piece of software.
Ming ---------------
D. Richard Hipp wrote:
On Sun, 2005-02-13 at 14:57 -0400, [EMAIL PROTECTED] wrote:
Hello All,
I wonder does anyone know the new compiled sqlite from CVS can't run in Windows, it always crashes since last week??
It passes all regression tests under win2k (which is
the most recent version of windows I have.) Perhaps
you are not compiling it correctly?

