> In addition, I wonder if anyone has a solution file or a project file > for > VC++ for building the .lib and the sqlite3 executable, or can give any > hints > about how to build SQLite on Windows using VC++. > > Thanks in advance, > > Ran >
Don't know about VC++. But why bother? I compiled the win source on windows with the MinGW suite, which is far more 'native' to the windows source. I use the MinGW toolchain from within codeblocks. If yu install the MinGW package and then codeblocks, it autoconfigures. The I just made an empty project and added the files to it. Codeblocks is a bit bleeding edge, I like it because it is the same under windows and Linux so I don't get confused as I flip back and forth. A slightly better option (windows only) is the Bloodshed DevC++ package. They have an all in one click and go package with IDE and installer. Once again, just add the files to an empty project.

